covid19-dash / covid-dashboard

Help welcomed if you have expertise in public health web technology, data modeling and munging, or visualization.
https://covid19-dash.github.io/
BSD 3-Clause "New" or "Revised" License
131 stars 41 forks source link

Tune our smoothing kernel and deduce confidence bounds #29

Closed GaelVaroquaux closed 4 years ago

GaelVaroquaux commented 4 years ago

The smoothing kernel used in modeling.py was chosen in purely adhoc way. We should tune it. Proposal:

GaelVaroquaux commented 4 years ago

I'm considering doing this one, as I think that error bars are important.

GaelVaroquaux commented 4 years ago

While doing #30, I found that the errors of multiple kernels where often autocorrelated. Hence the original idea of ensembling to get confidence intervals will not work.

I will fall down to using the parameter confidence bounds given by the weighted least square.

GaelVaroquaux commented 4 years ago

Closed in 95fce13