-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplotConfig.yaml
More file actions
76 lines (61 loc) · 1.88 KB
/
plotConfig.yaml
File metadata and controls
76 lines (61 loc) · 1.88 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
seqLogConversion: 'yaml,json-Csv'
logFile: output.csv
dpi: 500
xSingle: 'index'
ys: [
[['ad_rand_score', 'silhouette']]
]
#ys: [
# [['sensitivity', 'specificity'], ['sensitivity'], ['specificity'], ['accuracy', 'accuracyTrain']],
# [['sensitivity', 'specificity']],
# [['sensitivity_kfoldVals'], ['specificity_kfoldVals']]
]
# ys: [['ad_rand_score', 'silhouette']]]
# ys: [
# [['inertia', 'ad_rand_score', 'silhouette'], ['inertia'], ['ad_rand_score', 'silhouette']]
# ]
plotSingleParams:
type: ['line',]
level: 'localCSV'
yAxes: ['Sensitivity', 'Specificity']
plotSeqParams:
type: ['line', 'scatter', 'box'] # line, scatter scatterNx
level: 'localCSV'
# Shared
ymax: 1.3
ymin: 0
# Only Line
yLabelsLine: [['Sensitivity', 'Specificity'], [''], [''], ['Test', 'Train']]
# yLabelsLine: [[''], ['']]
annotations: True
# yLabelsLine: [['Adj Rand Index', 'Silhouette']]
yAxes: ['', 'Sensitivity', 'Specificity', '']
# yAxes: ['', 'Inertia', '']
pallets: False
# OnlyScatter
yLabelsScatter: ['']
distanceToLabel: 0.15
# Only Box
yLabelsBox: ['']
# yAxesBox: ['Sensitivity', 'Specificity']
x: n_estimators # used for plot only mode.
plotOnlyParams:
level: fetchCSV
dir: 'seq - rand forest 2nd/rF(gini) - [n_estimators, max_depth]'
type: ['line', 'scatter', 'box'] # line, scatter, scatterNx
# Shared
ymax: 1.3
ymin: 0
# Only Line
annotations: True
joinYToLabel: [True, False, False]
yAxes: ['', 'Sensitivity', 'Specificity', '']
yLabelsLine: [['depth 10', 'depth 20', 'depth 30'],
['depth 10', 'depth 20', 'depth 30'],
['depth 10', 'depth 20', 'depth 30']]
pallets: True
# OnlyScatter
distanceToLabel: 0.15
yLabelsScatter: ['depth 10', 'depth 20', 'depth 30']
yLabelsBox: ['depth 10', 'depth 20', 'depth 30']
yAxesBox: ['Sensitivity', 'Specificity']