Jegree commited on
Commit
f465d97
·
verified ·
1 Parent(s): 25b42be

Delete random_forest_model.json

Browse files
Files changed (1) hide show
  1. random_forest_model.json +0 -1
random_forest_model.json DELETED
@@ -1 +0,0 @@
1
- {"bootstrap": true, "ccp_alpha": 0.0, "class_weight": null, "criterion": "gini", "max_depth": null, "max_features": "sqrt", "max_leaf_nodes": null, "max_samples": null, "min_impurity_decrease": 0.0, "min_samples_leaf": 1, "min_samples_split": 2, "min_weight_fraction_leaf": 0.0, "n_estimators": 100, "n_jobs": null, "oob_score": false, "random_state": 42, "verbose": 0, "warm_start": false}