ombhojane commited on
Commit
b3517f7
1 Parent(s): 42ff2cf

Upload 2 files

Browse files
Files changed (2) hide show
  1. chakokisaanmodel.joblib +3 -0
  2. config.json +10 -0
chakokisaanmodel.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c0e8cac53c56096592be3ca7d8bb400752329bfd4c8b8b2000489f72fbd5c5a
3
+ size 45203737
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "RandomForestClassifier",
3
+ "library": "scikit-learn",
4
+ "training_data": "ckv5 dataset from Hugging Face",
5
+ "n_estimators": 200,
6
+ "max_depth": 20,
7
+ "min_samples_split": 2,
8
+ "accuracy": "0.8620689655172413",
9
+ "notes": "This model was trained to predict service based on the ckv5 dataset."
10
+ }