Sricharan451706 commited on
Commit
68c22d6
·
verified ·
1 Parent(s): 8c117be

Upload experiment_log.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. experiment_log.json +9 -0
experiment_log.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "XGBoost",
3
+ "best_params": {
4
+ "model__learning_rate": 0.2,
5
+ "model__max_depth": 10,
6
+ "model__n_estimators": 200
7
+ },
8
+ "best_cv_score": 0.8903688107230341
9
+ }