Upload experiment_log.json with huggingface_hub
Browse files- experiment_log.json +9 -0
experiment_log.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": "XGBoost",
|
| 3 |
+
"best_params": {
|
| 4 |
+
"model__learning_rate": 0.2,
|
| 5 |
+
"model__max_depth": 10,
|
| 6 |
+
"model__n_estimators": 200
|
| 7 |
+
},
|
| 8 |
+
"best_cv_score": 0.8903688107230341
|
| 9 |
+
}
|