simur commited on
Commit
4934038
·
verified ·
1 Parent(s): fa8fdae

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:17b128134cd926f2f6e09c1fbc6aa48cf4b76353439e658143dd53c7aa2d96ca
3
+ size 174415057
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": 467,
3
+ "max_depth": 6,
4
+ "min_samples_split": 76,
5
+ "min_samples_leaf": 58,
6
+ "max_features": "log2",
7
+ "random_state": 3168
8
+ }