harikrishna1985 commited on
Commit
0e9cc01
·
verified ·
1 Parent(s): 23b513f

Upload model_metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_metadata.json +17 -0
model_metadata.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_model_name": "adaboost",
3
+ "best_model_score_f1": 0.7789849197340685,
4
+ "best_model_params": {
5
+ "learning_rate": 0.1,
6
+ "n_estimators": 50
7
+ },
8
+ "target_column": "engine_condition",
9
+ "feature_columns": [
10
+ "engine_rpm",
11
+ "lub_oil_pressure",
12
+ "fuel_pressure",
13
+ "coolant_pressure",
14
+ "lub_oil_temperature",
15
+ "coolant_temperature"
16
+ ]
17
+ }