Arts-of-coding commited on
Commit
697cb1f
·
verified ·
1 Parent(s): 06a2118

Version 0.4.5

Browse files
Files changed (4) hide show
  1. model_SVM.pkl +3 -0
  2. model_SVMrej.pkl +2 -2
  3. params_SVM.json +1 -0
  4. params_SVMrej.json +1 -1
model_SVM.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d38113a07a4ab9ad29520c59e9bf4e4c963a1dff6a31b77be58aa7c355379777
3
+ size 150203
model_SVMrej.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:21be2ec28aad2b18478123ae1022e76f14837b638a719ceb6f7b1cc3b6f4b736
3
- size 6657761
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5586af2e0e4836d57fd1afa359e6a0020bb7dc8272aab8d73f73f027a6cbd95c
3
+ size 454262
params_SVM.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"C": 0.01, "class_weight": "balanced", "dual": false, "fit_intercept": true, "intercept_scaling": 1, "loss": "squared_hinge", "max_iter": 1000, "multi_class": "ovr", "penalty": "l2", "random_state": 42, "tol": 0.0001, "verbose": 0}
params_SVMrej.json CHANGED
@@ -1 +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}
 
1
+ {"C": 0.01, "class_weight": "balanced", "dual": false, "fit_intercept": true, "intercept_scaling": 1, "loss": "squared_hinge", "max_iter": 1000, "multi_class": "ovr", "penalty": "l2", "random_state": 42, "tol": 0.0001, "verbose": 0}