File size: 661 Bytes
abe318b
d04fb6e
abe318b
 
 
 
 
 
 
 
 
 
 
 
 
f8f9020
 
 
 
 
 
abe318b
 
f8f9020
 
abe318b
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "created_at": "2026-05-16T09:32:36.616602Z",
  "best_model_name": "AdaBoost",
  "target_column": "Engine_Condition",
  "feature_columns": [
    "Engine_RPM",
    "Lub_Oil_Pressure",
    "Fuel_Pressure",
    "Coolant_Pressure",
    "Lub_Oil_Temperature",
    "Coolant_Temperature"
  ],
  "selection_metric": "f1",
  "best_model_metrics": {
    "model_name": "AdaBoost",
    "accuracy": 0.6304069618633222,
    "precision": 0.6304069618633222,
    "recall": 1.0,
    "f1": 0.7733124018838304,
    "roc_auc": 0.6764444808090487,
    "best_cv_f1": 0.7752141809940855
  },
  "best_params": {
    "model__n_estimators": 100,
    "model__learning_rate": 0.05
  }
}