Upload best Random Forest model
Browse files- README.md +4 -0
- model.joblib +3 -0
README.md
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Tourism Model
|
2 |
+
Random Forest pipeline for predicting ProdTaken.
|
3 |
+
- Test Accuracy: 0.9225
|
4 |
+
- Best Params: {'model__max_depth': 20, 'model__min_samples_split': 2, 'model__n_estimators': 200}
|
model.joblib
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5670d2b9c6509a6dc6a4715d50a23114a77d28d486354ae14d38da41873f02c
|
3 |
+
size 14457874
|