-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathparams.json.template
63 lines (63 loc) · 1.42 KB
/
params.json.template
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
{
"common": {
"export_dir": "./receiving",
"log_filename": "./chng.log",
"log_exceptions": false
},
"indicator": {
"input_cache_dir": "./cache",
"input_files": {
"denom": null,
"covid": null,
"flu": null,
"mixed": null,
"flu_like": null,
"covid_like": null
},
"start_date": null,
"end_date": null,
"drop_date": null,
"generate_backfill_files": false,
"backfill_dir": "./backfill",
"backfill_merge_day": 0,
"n_backfill_days": 60,
"n_waiting_days": 3,
"se": false,
"parallel": false,
"geos": ["state", "msa", "hrr", "chng-fips", "nation", "hhs"],
"weekday": [true, false],
"types": ["covid","cli", "flu"],
"wip_signal": "",
"ftp_conn": {
"host": "",
"user": "",
"pass": "",
"port": 0
}
},
"validation": {
"common": {
"data_source": "chng",
"span_length": 14,
"min_expected_lag": {"all": "4"},
"max_expected_lag": {"all": "6"},
"dry_run": true,
"suppressed_errors": [
]
},
"static": {
"minimum_sample_size": 0,
"missing_se_allowed": true,
"missing_sample_size_allowed": true
},
"dynamic": {
"ref_window_size": 7,
"smoothed_signals": [
"smoothed_adj_outpatient_cli",
"smoothed_adj_outpatient_covid",
"smoothed_outpatient_cli",
"smoothed_outpatient_covid"
]
}
}
}