scoringutils icon indicating copy to clipboard operation
scoringutils copied to clipboard

Think about `range_long_to_quantile()`

Open nikosbosse opened this issue 1 year ago • 2 comments

The function range_long_to_quantile() was previously used in score_quantile(). It transforms forecasts from a long interval format to a quantile format.

Depending on whether we want to support the interval format in the future (see #443), the function should either

  • be deleted
  • be renamed, e.g. to something like interval_long_to_quantile (following the naming of the function quantile_to_interval()

nikosbosse avatar Nov 15 '23 14:11 nikosbosse

If we aren't using this we should remove it for now I think?

seabbs avatar Apr 12 '24 09:04 seabbs

Good catch. I moved this to the current release.

nikosbosse avatar Apr 12 '24 09:04 nikosbosse