-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml
35 lines (27 loc) · 871 Bytes
/
config.yaml
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
# List of prediction times
prediction_times:
- [6, 0]
- [9, 30]
- [12, 0]
- [15, 30]
- [22, 0]
# Training, validation and test set dates
modelling_dates:
- 2031-03-01 # start training set
- 2031-09-01 # start validation set
- 2031-10-01 # start test set
- 2032-01-01 # end test set
# desired error for Poisson distribution (1 - sum of each approximated Poisson)
epsilon: 1e-7
# enter desired time interval for the calculation of aspiration yet-to-arrive in minutes
yta_time_interval: 15
# time window after prediction time in minutes
prediction_window: 480
# Target number of hours for ED admissions
x1: 4
# Target proportion of patients admitted by time x1.
y1: .76
# Target number of hours by which all but a small minority of patients will have been admitted (must be > x1)
x2: 12
# Target proportion of patients admitted by time x2.
y2: .99