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
The package supports extensibility through S3 dispatch but there is no documentation covering how to create a custom forecast type. The README mentions users can "extend existing classes to handle new types of forecasts" and the manuscript acknowledges this gap, noting that "a third area of improvement is the addition of case studies and vignettes that make working with and extending functionality from the package easier."
Existing documentation
Custom scoring functions are well covered (vignettes, score() roxygen, manuscript).
Custom forecast types are not documented at all.
What's needed
A vignette or article explaining the steps to create a new forecast type, including:
Problem
The package supports extensibility through S3 dispatch but there is no documentation covering how to create a custom forecast type. The README mentions users can "extend existing classes to handle new types of forecasts" and the manuscript acknowledges this gap, noting that "a third area of improvement is the addition of case studies and vignettes that make working with and extending functionality from the package easier."
Existing documentation
score()roxygen, manuscript).What's needed
A vignette or article explaining the steps to create a new forecast type, including:
as_forecast_<type>()constructor (generic + default method)assert_forecast.<type>()for validationscore.<type>()for scoringget_metrics.<type>()for default metricsget_forecast_type_ids.<type>()for duplicate detection (after Reworkget_duplicate_forecasts()to S3 to avoid hard-coding columns and types #888)This was opened by a bot. Please ping @seabbs for any questions.