Arts-of-coding commited on
Commit
cffe2ff
1 Parent(s): 0429638

Upload 2 files

Browse files
Files changed (2) hide show
  1. model_SVM.pkl +3 -0
  2. params_SVM.json +1 -0
model_SVM.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2af5b733b934ae9c7c8967d186a7ba9866cdcfe38cb50deceaa5c8b3cd83fc07
3
+ size 2218050
params_SVM.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"C": 1.0, "class_weight": "balanced", "dual": false, "fit_intercept": true, "intercept_scaling": 1, "loss": "squared_hinge", "max_iter": 2500, "multi_class": "ovr", "penalty": "l2", "random_state": 42, "tol": 0.0001, "verbose": 0}