Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Clarification on output_type_id for peak week target
  • Loading branch information
Annabella-Hines authored Nov 13, 2024
1 parent 09536b8 commit 85a7f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model-output/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ np.append(np.append([0.01,0.025],np.arange(0.05,0.95+0.05,0.05)),
For rate change forecasts, the output_type_id indicates the category that the predicted probability of occurrence should be associated with. Teams should provide the following categories:
"large_increase", "increase", "stable", "decrease" and "large_decrease". Please see Appendix 1: rate-trend forecast specifications for details on how each category is defined. Note that thresholds between categories differ from those used in the 2023-2024 season and that new threshold values have been added.

For the peak week target, the `output_type_id` should specify each week in the season in the ISO format: YYYY-MM-DD.
For the peak week target, the `output_type_id` should specify the last Saturday of each epidemic week in the season in ISO format: YYYY-MM-DD.

#### sample output

Expand Down

0 comments on commit 85a7f5e

Please sign in to comment.