We’ve covered a ton of material on creating, visualizing, evaluating and ensembling forecasts.
Now it’s your turn to work more independently on these tasks in our “Sandbox Hub”.
Similar to our earlier ILI examples, but with data from multiple locations.
The SISMID ILI Forecasting Sandbox is an actual, live hub.
Check out the interactive dashboard!
Here is a summary of the forecasting workflow that we have covered in previous sessions:
location as the tsibble key…fable fits & forecasts all 11 in one call.
A prediction task corresponds to a unique combination of:
locationorigin_datehorizontarget_end_dateEach row of data = one quantile of a prediction task:
output_type = "quantile"output_type_id = numeric quantile level (e.g., 0.05 or 0.75)value = the predicted valuemodel_id must be team-model (e.g. sismid-arima210)
Tip
The hubverse format is what lets your model be scored and ensembled alongside everyone else’s.
hubEvals::score_model_out() → WIS.Tip
Your models train on the vintage data available in real time — just like the original hub models — so this is a fair, apples-to-apples comparison.
Forecast evaluation