A data set with continuous predictions for COVID-19 cases and deaths constructed from data submitted to the European Forecast Hub.
example_continuous
A data frame with 13,429 rows and 10 columns:
the country for which a prediction was made
the date for which a prediction was made
the target to be predicted (cases or deaths)
true observed values
name of the country for which a prediction was made
the date on which a prediction was made
name of the model that generated the forecasts
forecast horizon in weeks
predicted value
id for the corresponding sample
The data was created using the script create-example-data.R in the inst/ folder (or the top level folder in a compiled package).