You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe:
Forecast evaluation is an important part of broader workflows around forecasting. scoringutils is an R package for evaluating forecasts. It would be nice to integrate tightly with it by returning forecasts and data in a format that allows for easy processing there.
Describe the solution you'd like:
Functions like estimate_infections, simulate_infections, forecast_infections to return forecast in data that allows for calling of scoringutils::as_forecast() without any further processing - either directly or (perhaps more likely) through a function get_forecast()
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe:
Forecast evaluation is an important part of broader workflows around forecasting. scoringutils is an R package for evaluating forecasts. It would be nice to integrate tightly with it by returning forecasts and data in a format that allows for easy processing there.
Describe the solution you'd like:
Functions like
estimate_infections
,simulate_infections
,forecast_infections
to return forecast in data that allows for calling ofscoringutils::as_forecast()
without any further processing - either directly or (perhaps more likely) through a functionget_forecast()
The text was updated successfully, but these errors were encountered: