Jegree commited on
Commit
82be7aa
·
verified ·
1 Parent(s): de06020

Upload 3 files

Browse files
Files changed (2) hide show
  1. random_forest_model.json +1 -0
  2. scaler.json +1 -0
random_forest_model.json ADDED
@@ -0,0 +1 @@
 
 
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}
scaler.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"copy": true, "with_mean": true, "with_std": true}