dev02chandan commited on
Commit
b1915a3
·
verified ·
1 Parent(s): b6ae5e5

Upload metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metrics.json +13 -0
metrics.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cv_rmse": 1157.1346565946897,
3
+ "rmse": 1600.05837632221,
4
+ "mae": 1405.5687461646362,
5
+ "mape": 27.069205177956633,
6
+ "smape": 32.25248697544593,
7
+ "best_model": "gbr",
8
+ "best_params": {
9
+ "model__n_estimators": 150,
10
+ "model__max_depth": 3,
11
+ "model__learning_rate": 0.05
12
+ }
13
+ }