jarad / FluSight

An R package containing functions used in the CDC Flu Forecasting competition
GNU General Public License v3.0
12 stars 7 forks source link

Add forecast week to entry prior to scoring #14

Open craigjmcgowan opened 7 years ago

craigjmcgowan commented 7 years ago

There needs to be some way to add the forecast week to the entry data frame prior to scoring. It would be easiest to use the MMWR week the forecast is based on rather than date in case dates of submission change at any point during the season.

We could add functionality to the read_entry function to pull that information from the filename, or perhaps some other function where users could specify the forecast_wk if their data is already in R.