-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
I love the new workflow and the ability to check forecasts. I wonder if it would be possible though to make a change so that the output of check forecasts can be piped into score.
The workflow I am thinking on here is something like
forecast |>
check_forecast(verbose = TRUE) |>
score() |>
add_coverage() |>
summarise_score()
Here we would check the forecast to scoring and only return warnings (true warnings) or errors based on problems when verbose was false. When true would print info about the forecasts as a side effect.
I realise this would be a slightly different design concept and require some changes. If interested happy to make those.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested