-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsettings.txt
More file actions
49 lines (49 loc) · 922 Bytes
/
settings.txt
File metadata and controls
49 lines (49 loc) · 922 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
{
"classes_to_keep": {
"a": ["EA"],
"b": ["RSCVN", "BYDra"],
"c": ["CEP", "RR", "RRc", "DSCT"]
},
"classification_problem": {
"a": "one-vs-rest",
"b": "binary",
"c": "multiclass"
},
"seed_choice": 44,
"central_stat": "median",
"dispersion_stat": "std",
"sns_dict": {
"context": "paper",
"style": "whitegrid",
"font_scale": 1.2,
"rc": {
"xtick.bottom": true,
"xtick.top": false,
"ytick.left": true,
"ytick.right": false,
"axes.grid": true,
"figure.autolayout": false,
"axes.edgecolor": ".15"
}
},
"all_metrics": [
"euclidean",
"braycurtis",
"canberra",
"cityblock",
"chebyshev",
"clark",
"correlation",
"cosine",
"hellinger",
"jaccard",
"lorentzian",
"marylandbridge",
"meehl",
"motyka",
"soergel",
"wave_hedges",
"kulczynski",
"add_chisq"
]
}