cmu-delphi / flu-hosp-forecast

1 stars 0 forks source link

feat: use data after 2021 in training (instead of 20 years) #39

Closed dshemetov closed 9 months ago

dshemetov commented 11 months ago

closes #40

dshemetov commented 9 months ago

Digging into this further, it appears that this parameter setting isn't as dire: even though make_start_day_ar returns 2003-12-31 as the start date for the ntrain_nowindow forecaster, the healthdata.gov hospitalization data only goes back to 2020-01-06, so the effective training set is much smaller.

Going to close this for now. We can investigate training windows another time.