-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhatch_thresholds_W25.json
More file actions
53 lines (53 loc) · 942 Bytes
/
Copy pathhatch_thresholds_W25.json
File metadata and controls
53 lines (53 loc) · 942 Bytes
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
{
"window_size": 25,
"step": 1,
"n_train": 22400,
"n_test": 5600,
"n_folded_windows": 500000,
"n_disordered_windows": 500000,
"feature_names": [
"hydrophobicity",
"flexibility",
"h_bond_potential",
"net_charge",
"shannon_entropy",
"proline_freq",
"bulky_hydrophobic_freq"
],
"folded_medians": [
0.4702222222222222,
0.8116911764705883,
3.32,
0.04800000000000001,
0.8198806439638361,
0.04,
0.32
],
"disordered_medians": [
0.40888888888888886,
0.8393382352941176,
3.44,
0.08,
0.7634256050442786,
0.04,
0.2
],
"thresholds": [
0.43955555555555553,
0.8255147058823529,
3.38,
0.064,
0.7916531245040573,
0.04,
0.26
],
"train_means": [
0.46992732355558725,
0.8113611466176415,
3.313558080000113,
0.07067220000035174,
0.814954638522037,
0.04590528000029634,
0.3172956800001884
]
}