Skip to content

Make check_forecasts() pipeable #290

@nikosbosse

Description

@nikosbosse

It would be nice to be able to do the following:

data |>
  check_forecasts() |>
  score()

This should be easily doable by just checking the type of the input in score() and handle it differently if it's of class scoringutils_check()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions