Register best model + threshold
Browse files- README.md +3 -3
- best_model.joblib +2 -2
- threshold.json +1 -1
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Wellness Tourism Purchase Model
|
| 2 |
Best model: **RandomForest**
|
| 3 |
-
Validation F1: **0.
|
| 4 |
-
Test metrics: {"roc_auc": 0.
|
| 5 |
-
Threshold: **0.
|
|
|
|
| 1 |
# Wellness Tourism Purchase Model
|
| 2 |
Best model: **RandomForest**
|
| 3 |
+
Validation F1: **0.7429**
|
| 4 |
+
Test metrics: {"roc_auc": 0.9482475743260445, "auprc": 0.8453597025735655, "accuracy": 0.9067796610169492, "precision": 0.7440476190476191, "recall": 0.7861635220125787, "f1": 0.764525993883792}
|
| 5 |
+
Threshold: **0.32**
|
best_model.joblib
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a5e502a5a2676dda0adf7195679b55899e9625f2fe57246bcb9b7df52912bcd
|
| 3 |
+
size 5927147
|
threshold.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"threshold": 0.
|
|
|
|
| 1 |
+
{"threshold": 0.32}
|