P-Mishra commited on
Commit
09c58b7
·
verified ·
1 Parent(s): 9cff3c6

Upload best_model_params.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. best_model_params.json +7 -0
best_model_params.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_estimators": 300,
3
+ "min_samples_split": 2,
4
+ "min_samples_leaf": 1,
5
+ "max_features": "log2",
6
+ "max_depth": null
7
+ }