-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
48 lines (38 loc) · 861 Bytes
/
config.yml
File metadata and controls
48 lines (38 loc) · 861 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
default:
DTS: !expr DTS
DTSName: !expr format(DTS, "%Y-%m-%dT%H-%M-%SZ")
seed: 1234
splitRatios:
train: 0.6
valid: 0.2
test: 0.2
dpi: 600
colours: !expr config::get(file = "colours.yml")
folders:
output: !expr paste(getwd(), "development", format(DTS, "%Y-%m-%dT%H-%M-%SZ"), sep="/")
data: Data
rds: RDS
files:
log: Rlog.log
total: total.csv
total_config: total_config.csv
rds:
total: total.rds
imputed: total_imputed.rds
logging:
level: DEBUG
shiny:
port: 7861
copy.source.to.output: TRUE
acceptance:
folders:
output: !expr paste(getwd(), "acceptance", sep="/")
logging:
level: INFO
copy.source.to.output: FALSE
production:
folders:
output: !expr paste(getwd(), "production", sep="/")
logging:
level: INFO
copy.source.to.output: FALSE