Upload model_metadata.json with huggingface_hub
Browse files- model_metadata.json +15 -12
model_metadata.json
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"model_name": "
|
|
|
|
|
|
|
| 3 |
"features": [
|
| 4 |
"Engine RPM",
|
| 5 |
"Lub Oil Pressure",
|
|
@@ -26,20 +28,21 @@
|
|
| 26 |
],
|
| 27 |
"n_features": 22,
|
| 28 |
"target": "Engine Condition",
|
| 29 |
-
"threshold": 0.
|
| 30 |
"test_metrics": {
|
| 31 |
-
"balanced_accuracy": 0.
|
| 32 |
-
"roc_auc": 0.
|
| 33 |
-
"recall": 0.
|
| 34 |
-
"precision": 0.
|
| 35 |
-
"f2": 0.
|
| 36 |
},
|
| 37 |
"best_params": {
|
| 38 |
-
"
|
| 39 |
-
"
|
| 40 |
-
"
|
| 41 |
-
"
|
| 42 |
-
"
|
|
|
|
| 43 |
},
|
| 44 |
"training_info": {
|
| 45 |
"cv_folds": 3,
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_name": "Random Forest (Optuna)",
|
| 3 |
+
"algorithm": "Random Forest",
|
| 4 |
+
"tuning_method": "Optuna",
|
| 5 |
"features": [
|
| 6 |
"Engine RPM",
|
| 7 |
"Lub Oil Pressure",
|
|
|
|
| 28 |
],
|
| 29 |
"n_features": 22,
|
| 30 |
"target": "Engine Condition",
|
| 31 |
+
"threshold": 0.5,
|
| 32 |
"test_metrics": {
|
| 33 |
+
"balanced_accuracy": 0.6455949982612033,
|
| 34 |
+
"roc_auc": 0.7011493046811607,
|
| 35 |
+
"recall": 0.6217532467532467,
|
| 36 |
+
"precision": 0.7624419376244194,
|
| 37 |
+
"f2": 0.6455781548488594
|
| 38 |
},
|
| 39 |
"best_params": {
|
| 40 |
+
"n_estimators": "202",
|
| 41 |
+
"max_depth": "7",
|
| 42 |
+
"min_samples_split": "3",
|
| 43 |
+
"min_samples_leaf": "10",
|
| 44 |
+
"max_features": "sqrt",
|
| 45 |
+
"class_weight": "balanced_subsample"
|
| 46 |
},
|
| 47 |
"training_info": {
|
| 48 |
"cv_folds": 3,
|