Skip to content

Commit

Permalink
Update tasks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
M-7th authored Jun 27, 2024
1 parent 3bad4eb commit 2e6a13e
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions hub-config/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"optional": ["2024_2025_1_COVID"]
},
"target": {
"required": ["ILI incidence"],
"optional": null
"required": null,
"optional": ["ILI incidence", "ili_plus"]
},
"target_end_date": {
"required": null,
Expand Down Expand Up @@ -84,7 +84,19 @@
"target_type": "continuous",
"is_step_ahead": true,
"time_unit": "week"
}
},
{
"target_id": "ili_plus",
"target_name": "Weekly incidence for Influenza like illness",
"target_units": "cases per 100,000 population",
"target_keys": {
"target": "ili_plus"
},
"description": "This target represents the count of new ILI cases per 100,000 in the week ending on the date [horizon] weeks after the reference_date",
"target_type": "continuous",
"is_step_ahead": true,
"time_unit": "week"
}
]
}
],
Expand Down

0 comments on commit 2e6a13e

Please sign in to comment.