A data set with predictions for COVID-19 cases and deaths submitted to the European Forecast Hub. This data set is like the quantile example data, only that the median has been replaced by a point forecast.
example_point
A data frame with
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
quantile of the corresponding prediction
predicted value
name of the model that generated the forecasts
forecast horizon in weeks
The data was created using the script create-example-data.R in the inst/ folder (or the top level folder in a compiled package).