-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrid_params.json
106 lines (106 loc) · 1.33 KB
/
grid_params.json
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"ontology": {
"rf": {
"n_estimators": [
10,
30,
50,
100,
300,
500
],
"max_depth": [
3,
7,
10,
12,
15,
18,
30
]
},
"en": {
"alpha": [
0.000001,
0.00001,
0.0001,
0.001,
0.01,
0.1
],
"l1_ratio": [
0.0,
0.1,
0.2,
0.3,
0.4,
0.5,
0.6,
0.7,
0.8,
0.9
]
},
"encv": {
"l1_ratio": [
0.1,
0.5,
0.7,
0.9,
0.95,
0.99,
1.0
]
}
},
"predictor": {
"rf": {
"n_estimators": [
30
],
"max_depth": [
7
]
},
"en": {
"alpha": [
0.0001
],
"l1_ratio": [
0.5
]
},
"encv": {
"l1_ratio": [
0.1,
0.5,
0.7,
0.9,
0.95,
0.99,
1.0
]
}
},
"mmseqs-estimation": {
"rf": {
"n_estimators": 300,
"max_depth": 18
},
"en": {
"alpha": 0.0001,
"l1_ratio": 0.5
},
"encv": {
"l1_ratio": [
0.1,
0.5,
0.7,
0.9,
0.95,
0.99,
1.0
]
}
}
}