Skip to content

Meta-issue - Feature: scoring probabilistic and point forecasts together / composing scores #433

@nikosbosse

Description

@nikosbosse

We would like to be able to score probabilistic forecasts along with point forecasts. Then, all metrics should be composed to a final data.table.

This could involve a workflow like this one:

scores_probabilistic <- example_continuous |>
  score()

scores_point <- example_continuous |>
  as_point(statistic = "median") |>
  score()

scores <- c(scores_probabilistic, scores_point)

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions