-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
56 lines (56 loc) · 1.35 KB
/
Copy pathdata.json
File metadata and controls
56 lines (56 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"SGD": {
"params": {
"clf__alpha": 1.2000000000000002e-05,
"clf__penalty": "l1",
"tfidf__max_df": 0.75,
"tfidf__min_df": 1,
"tfidf__ngram_range": [
1,
1
]
},
"best_score": 0.8769590395125022
},
"RF": {
"params": {
"clf__criterion": "gini",
"clf__max_depth": 600,
"clf__max_features": "sqrt",
"clf__min_samples_leaf": 2,
"clf__min_samples_split": 32,
"clf__n_estimators": 100,
"clf__warm_start": false
},
"best_score": 0.8391769441865644
},
"GB": {
"params": {
"clf__learning_rate": 0.2,
"clf__n_estimators": 200
},
"best_score": 0.7047644196092446
},
"LR": {
"params": {
"clf__C": 10,
"clf__tol": 1e-08
},
"best_score": 0.8230677619122002
},
"PER": {
"params": {
"clf__alpha": 5.272631578947369e-06,
"clf__penalty": "l1"
},
"best_score": 0.818353925564533
},
"SVC": {
"params": {
"clf__dual": false,
"clf__loss": "squared_hinge",
"clf__penalty": "l1"
},
"best_score": 0.868916566574562
}
}