-
Notifications
You must be signed in to change notification settings - Fork 94
/
project-config.json
25 lines (25 loc) · 1.08 KB
/
project-config.json
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
{
"shortname": "EuroCOVIDhub",
"repo_url": "https://github.com/epiforecasts/covid19-forecast-hub-europe",
"ensemble": {
"name": "EuroCOVIDhub-ensemble",
"method": "median"
},
"baseline": {
"name": "EuroCOVIDhub-baseline"
},
"horizon": {
"values": [-3, -2, -1, 0, 1, 2, 3, 4],
"unit": "weeks"
},
"ensemble_horizon": [1, 2, 3, 4],
"launch_date": "2021-03-08",
"week_end_day": "Saturday",
"forecast_week_day": "Monday",
"target_variables": ["inc hosp", "inc case", "inc death"],
"forecast_type": {
"point": {},
"quantiles": [0.01, 0.025, 0.05, 0.1, 0.15, 0.2, 0.25, 0.3, 0.35, 0.4, 0.45, 0.5, 0.55, 0.6, 0.65, 0.7, 0.75, 0.8, 0.85, 0.9, 0.95, 0.975, 0.99]
},
"forecast_locations": ["Austria", "Belgium", "Bulgaria", "Croatia", "Cyprus", "Czechia", "Denmark", "Estonia", "Finland", "France", "Germany", "Greece", "Hungary", "Iceland", "Ireland", "Italy", "Latvia", "Liechtenstein", "Lithuania", "Luxembourg", "Malta", "Netherlands", "Norway", "Poland", "Portugal", "Romania", "Slovakia", "Slovenia", "Spain", "Sweden", "Switzerland", "United Kingdom"]
}