harikrishna1985 commited on
Commit
7fdbfe6
·
verified ·
1 Parent(s): 56b0bf0

Upload best_model_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
+ }