Upload best_model_params.json with huggingface_hub
Browse files- best_model_params.json +7 -0
best_model_params.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n_estimators": 300,
|
| 3 |
+
"min_samples_split": 2,
|
| 4 |
+
"min_samples_leaf": 1,
|
| 5 |
+
"max_features": "log2",
|
| 6 |
+
"max_depth": null
|
| 7 |
+
}
|