Register best model + threshold
Browse files- README.md +5 -0
- best_model.joblib +3 -0
- threshold.json +1 -0
README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Wellness Tourism Purchase Model
|
| 2 |
+
Best model: **RandomForest**
|
| 3 |
+
Validation F1: **0.7353**
|
| 4 |
+
Test metrics: {"roc_auc": 0.9364091539136093, "auprc": 0.8096485902059607, "accuracy": 0.8813559322033898, "precision": 0.6517412935323383, "recall": 0.8238993710691824, "f1": 0.7277777777777777}
|
| 5 |
+
Threshold: **0.26**
|
best_model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2f6fb42e94eaaaf69ac5596a4a4b8b45aef19983ac56ee8293ec6582df7cb95
|
| 3 |
+
size 5714619
|
threshold.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"threshold": 0.26}
|