-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
(loo_)(s)crps could ask for only one argument with predictions #223
Comments
Thanks for opening this. I agree that one argument would be simpler.
Before we discuss any potential implementation issues, can you report the tests you have made? Report also the result for |
@bnicenboim any update on this? |
I'm sorry, but no :( Hopefully, I'll get back to it in mid January |
I just realized that we can use alternative equation (e.g. in Wikipedia) I can make a PR, but we need to first decide how to handle change in the arguments. The old one
New one
@jgabry what is your advice? Do we need to create new functions with new names? |
When changing (s)crps functions we could also fix #213 by adding possibility to provide psis object as an argument |
I think it would make sense to ask the user for only one argument with predictions with at least two columns and split the predictions array. (Also in #221).
In my tests, if you just divide the predictions in two, the estimates are virtually the same:
@avehtari said:
The text was updated successfully, but these errors were encountered: