ShantanuChande commited on
Commit
127f8c1
·
verified ·
1 Parent(s): ffaedc4

Upload model metrics and params

Browse files
Files changed (1) hide show
  1. metrics.json +15 -0
metrics.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accuracy": 0.9161,
3
+ "f1_score": 0.7472,
4
+ "recall": 0.6429,
5
+ "precision": 0.8919,
6
+ "best_params": {
7
+ "reg_lambda": 7.5024999999999995,
8
+ "reg_alpha": 0.0,
9
+ "min_child_weight": 5,
10
+ "max_depth": 8,
11
+ "learning_rate": 0.2236842105263158,
12
+ "gamma": 0.0,
13
+ "colsample_bytree": 1.0
14
+ }
15
+ }