GozdeA commited on
Commit
e10fb23
·
verified ·
1 Parent(s): 4e72e8b

Upload all_classifier_configs.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. all_classifier_configs.json +33 -0
all_classifier_configs.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "knn": {
3
+ "method": "knn",
4
+ "k": 16,
5
+ "threshold": 0.05170882480633016,
6
+ "max_candidates": 2,
7
+ "recall": 0.6216666666666666
8
+ },
9
+ "catboost": {
10
+ "method": "catboost",
11
+ "threshold": 0.28170716125509304,
12
+ "recall": 0.6216666666666666,
13
+ "params": {
14
+ "cb_iter": 150,
15
+ "cb_depth": 3,
16
+ "cb_lr": 0.012063744447371417,
17
+ "cb_l2": 8.39301492562091,
18
+ "cb_threshold": 0.28170716125509304
19
+ }
20
+ },
21
+ "mlp": {
22
+ "method": "mlp",
23
+ "threshold": 0.30623464107831183,
24
+ "recall": 0.8033333333333335,
25
+ "params": {
26
+ "mlp_h1": 64,
27
+ "mlp_h2": 32,
28
+ "mlp_lr": 0.0001008326529713479,
29
+ "mlp_alpha": 5.50599590057979e-05,
30
+ "mlp_threshold": 0.30623464107831183
31
+ }
32
+ }
33
+ }