Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Think about range_long_to_quantile() #444

Closed
nikosbosse opened this issue Nov 15, 2023 · 2 comments · Fixed by #798
Closed

Think about range_long_to_quantile() #444

nikosbosse opened this issue Nov 15, 2023 · 2 comments · Fixed by #798

Comments

@nikosbosse
Copy link
Contributor

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()
@seabbs
Copy link
Contributor

seabbs commented Apr 12, 2024

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

@nikosbosse
Copy link
Contributor Author

Good catch. I moved this to the current release.

nikosbosse added a commit that referenced this issue May 12, 2024
Issue #444 - Remove `interval_long_to_quantile` (previously `range_long_to_quantile`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
2 participants