simur commited on
Commit
b348d49
·
verified ·
1 Parent(s): b9aa144

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:b4602db905122cd1eb812629af7c8bffbdcd1256563a23db4f43014bfbabccf0
3
+ size 64901097
label_encoder.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d05ca329a928d4caecd8bf208d5548f14133dfeef5ccfc5cd28e1deecfa85ec
3
+ size 615
mejores_hiperparametros_BRF.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_estimators": 326,
3
+ "max_depth": 6,
4
+ "min_samples_split": 74,
5
+ "min_samples_leaf": 31,
6
+ "max_features": 0.2,
7
+ "random_state": 2391
8
+ }