File size: 766 Bytes
314cb78
1580480
314cb78
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
28
29
30
31
{
  "created_at": "2026-05-03T18:13:50.643217Z",
  "best_model_name": "AdaBoost",
  "target_column": "Engine_Condition",
  "feature_columns": [
    "Engine_RPM",
    "Lub_Oil_Pressure",
    "Fuel_Pressure",
    "Coolant_Pressure",
    "Lub_Oil_Temperature",
    "Coolant_Temperature"
  ],
  "label_assumption": {
    "0": "normal_or_healthy",
    "1": "maintenance_or_faulty"
  },
  "selection_metric": "f1",
  "best_model_metrics": {
    "model_name": "AdaBoost",
    "accuracy": 0.6511389813155875,
    "precision": 0.6484881209503239,
    "recall": 0.975233455136013,
    "f1": 0.7789849197340685,
    "roc_auc": 0.6811138646989292,
    "best_cv_f1": 0.775172466662594
  },
  "best_params": {
    "model__n_estimators": 200,
    "model__learning_rate": 0.03
  }
}