Upload 3 files
Browse files- random_forest_model.json +1 -0
- 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}
|