epiforecasts / scoringutils

Utilities for Scoring and Assessing Predictions
https://epiforecasts.io/scoringutils/
Other
48 stars 20 forks source link

Issue #878 - Fix/Implement quantile score for a vector input #882

Closed nikosbosse closed 2 months ago

nikosbosse commented 2 months ago

Description

This PR closes #878.

As discussed in #878, the quantile score didn't actually work for a vector input for predicted. This PR fixes that. In addition, it removes the function wis_one_to_one. As the exceedingly elegant name suggests, this function was not really meant to be public-facing anyway. It's not used anywhere and we don't have a plan for it or a clear need.

Checklist