reichlab / 2017-2018-cdc-flu-contest

Code and submissions for 2017-2018 CDC flu prediction contest
3 stars 2 forks source link

revise KDE fits and training set predictions to be prospective #12

Closed nickreich closed 7 years ago

nickreich commented 7 years ago

Note that we do not need to incorporate unrevised data into this model because it does not use real-time data (unless we use the trunc-kde approach).

nickreich commented 7 years ago

made it so that prospective KDE fit for year 2005/2006 season is based on data through week 19 2005. https://github.com/reichlab/2017-2018-cdc-flu-contest/blob/914c0fdbfa1aeb1934b500fde5448349558993bf/R/kde-utils.R#L127

nickreich commented 7 years ago

Commit 9cfe06bc49d7b2bc951e7244ba2fecd5cbef848d fixes top two on list above.

nickreich commented 7 years ago

moving trunc-kde to its own issue.