Closed stephenturner closed 2 years ago
This was mostly dealt with in #23 - I get all states' unweighted ILI, except florida, which has no data. This is more of a modeling thing that'll have to happen in #33, in that if we're going to produce state-level forecasts and we have no data on florida, we'll have to deal with it there, not necessarily here. Closing this one for now.
Oh boy. Running into issues at #7 (#23). It looked to be pretty straightforward to add location as a key in the tsibble, then everything "just works" downstream. Except that all states are missing weighted ILI data. I thouight we'd move to unweighted ILI, but Florida is missing all unweighted ili and ilitotal (so is the Commonwealth of the Northern Mariana Islands, but it's being tossed in a join against location data that doesn't have this territory by name).
You can tear this back down to
cdcfluview::ilinet()
and you get the same thing.Here's my suggested path forward: