You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forecasting ILI was brought up in #7, solved in #31, (but without florida, see #27). However, some of the state-level forecasts are poor.
Explore modeling HHS regions instead of state-level regions.
This will require modifying get_cdc_ili. Currently this takes either state or national. cdcfluview::ilinet() will allow for "hhs" region, but the joins that get_cdc_ili() does downstream will break if using hhs regions.
If forecasting seems more reliable at a national level, it will require some bookkeeping (in another issue) to associate states with their respective HHS region, and apply the correct hhs regional model to each state.
The text was updated successfully, but these errors were encountered:
If forecasting seems more reliable at a national level, it will require some bookkeeping (in another issue) to associate states with their respective HHS region, and apply the correct hhs regional model to each state.
Forecasting ILI was brought up in #7, solved in #31, (but without florida, see #27). However, some of the state-level forecasts are poor.
Explore modeling HHS regions instead of state-level regions.
get_cdc_ili
. Currently this takes either state or national.cdcfluview::ilinet()
will allow for "hhs" region, but the joins thatget_cdc_ili()
does downstream will break if using hhs regions.The text was updated successfully, but these errors were encountered: