simur commited on
Commit
ae4c251
·
verified ·
1 Parent(s): 8ab956d

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:3e931610f674f4bf8f7e1c04b758f7c77782d192b7ca2d70eaa37d32eed70423
3
+ size 47024665
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": 242,
3
+ "max_depth": 6,
4
+ "min_samples_split": 70,
5
+ "min_samples_leaf": 38,
6
+ "max_features": "sqrt",
7
+ "random_state": 8283
8
+ }