Upload best_model_info.json with huggingface_hub
Browse files- best_model_info.json +23 -0
best_model_info.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "xgboost",
|
| 3 |
+
"params": {
|
| 4 |
+
"colsample_bytree": 0.8,
|
| 5 |
+
"eval_metric": "mlogloss",
|
| 6 |
+
"learning_rate": 0.05,
|
| 7 |
+
"max_depth": 5,
|
| 8 |
+
"n_estimators": 200,
|
| 9 |
+
"random_state": 42,
|
| 10 |
+
"subsample": 0.8
|
| 11 |
+
},
|
| 12 |
+
"accuracy": 0.670079344765805,
|
| 13 |
+
"f1_weighted": 0.6530733232178255,
|
| 14 |
+
"feature_columns": [
|
| 15 |
+
"engine_rpm",
|
| 16 |
+
"lub_oil_pressure",
|
| 17 |
+
"fuel_pressure",
|
| 18 |
+
"coolant_pressure",
|
| 19 |
+
"lub_oil_temp",
|
| 20 |
+
"coolant_temp"
|
| 21 |
+
],
|
| 22 |
+
"target_column": "engine_condition"
|
| 23 |
+
}
|