CDCgov / wastewater-informed-covid-forecasting

Wastewater-informed COVID-19 forecasting models submitted to the COVID-19 Forecast Hub
https://cdcgov.github.io/wastewater-informed-covid-forecasting/
Apache License 2.0
44 stars 8 forks source link

Streamline azure postprocess and combination of ww data in `_targets_eval_postprocessing.R` #120

Closed kaitejohnson closed 3 months ago

kaitejohnson commented 4 months ago

Goal

Currently, we are using the post-processed outputs (ww quantiles joined to input data) to identify quality issues (high latency, extremely high noise, basically no sites, etc) where we would want to exclude that location-forecast date from the head-to-head comparison. This is not great, bc theres tons of wastewater data and its unnecessarily slow, and these flags are only a function of the input data

Requirements