Skip to content

Make output of check forecasts be able to be piped into score #190

@seabbs

Description

@seabbs

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.

Metadata

Metadata

Labels

enhancementNew feature or requestquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions