Arts-of-coding commited on
Commit
95cb1a9
1 Parent(s): 1eb4124

Upload 2 files

Browse files
Files changed (2) hide show
  1. model_SVMrej.pkl +3 -0
  2. params_SVMrej.json +1 -0
model_SVMrej.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21be2ec28aad2b18478123ae1022e76f14837b638a719ceb6f7b1cc3b6f4b736
3
+ size 6657761
params_SVMrej.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}