simur commited on
Commit
8c84909
·
verified ·
1 Parent(s): 583e10d

Upload folder using huggingface_hub

Browse files
RandomForest_1.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c3ebc297fe35f655d24524e3b2004dade14107952f76f8ad98dcccf7803769b
3
+ size 139052273
label_encoder.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d0701dd521abc24db90a07d5f6457f626da1cb0509031adbd7e2bba64cb6e6c
3
+ size 1887
mejores_hiperparametros_BRF.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_estimators": 386,
3
+ "max_depth": 6,
4
+ "min_samples_split": 60,
5
+ "min_samples_leaf": 34,
6
+ "max_features": 0.2,
7
+ "random_state": 5172
8
+ }