jskswamy commited on
Commit
7d152cb
·
verified ·
1 Parent(s): a1f8324

Upload model_metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_metadata.json +15 -12
model_metadata.json CHANGED
@@ -1,5 +1,7 @@
1
  {
2
- "model_name": "XGBoost",
 
 
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.14454752206802368,
30
  "test_metrics": {
31
- "balanced_accuracy": 0.6428076770874555,
32
- "roc_auc": 0.6994469826879799,
33
- "recall": 0.6309523809523809,
34
- "precision": 0.7571428571428571,
35
- "f2": 0.6527093596059114
36
  },
37
  "best_params": {
38
- "colsample_bytree": 0.8,
39
- "learning_rate": 0.1,
40
- "max_depth": 3,
41
- "scale_pos_weight": 0.5859493396839143,
42
- "subsample": 0.8
 
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,