Skip to content

Commit c1df216

Browse files
committed
feat: add future work, flu score by phase commentary
1 parent 46d786b commit c1df216

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

scripts/reports/season_2025_talk/season_summary_2025_presentation.qmd

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,14 @@ flu_scores %>%
539539

540540
## Flu Scores: Phase
541541
::: {.notes}
542-
Phase here means when it's first past
542+
We classify the season into three phases: increasing, peak, and decreasing.
543+
Increasing is before the first time the value exceeds a threshold.
544+
Decreasing is the last time the value dips below the threshold.
545+
Peak is between these two.
546+
The threshold is chosen at 50% of the max value.
547+
548+
Note that our WIS/AE is in the top 5, but everyone's score is quite similar and washed out.
549+
We performed well in the increasing/decreasing phases, but most of our error came in the peak phase.
543550
:::
544551

545552
```{r flu_phase}
@@ -1023,15 +1030,20 @@ covid_forecast_plt <-
10231030
ggplotly(covid_forecast_plt)
10241031
```
10251032

1026-
## Callouts
1033+
## Future Work
10271034

1028-
::: {.callout-note}
1029-
You can use these. See <https://quarto.org/docs/authoring/callouts.html>
1030-
:::
1035+
- Account for "always decreasing" behavior observed in nearly all forecasters (include external forecasters)
1036+
- We've determined that this is due to data bias, so we need ways to mitigate that.
1037+
- Possible solution is to attempt to split the data into phase components and fit a different model to each phase.
1038+
(Was tried before, but didn't work as well as hoped; perhaps with a better phase definition it could be better?)
1039+
- Nowcasting, revision anticipation
1040+
- Forecasting at the city/county level for NSSP (metrocasting)
1041+
- Check evaluation robustness via data "fuzzing"
1042+
- A way to mitigate over-weighting the performance of a forecaster on a single season
1043+
- Possibilities include parametric boot with observational noise (additive and/or shifts) or leave-one-out training across seasons (e.g. leave 2023 out and train on 2022 and 2024)
10311044

10321045
## Final slide {.smaller}
10331046

1034-
10351047
### Thanks:
10361048

10371049
```{r qr-codes}

0 commit comments

Comments
 (0)