-
Notifications
You must be signed in to change notification settings - Fork 112
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
FIX bug #452: Quantile Correction #453
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @thibaultcordier,
thank you for this PR. I think this should fix the issue that has been identified in the video.
I've added some comments and I think to conclude the PR it would be beneficial to add a new issue to be able to setup any quantile method.
Thank you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When the final comments are done, then I think we can finish this issue and make a release!
Description
Use the corrected quantile ($|(n+1)(1−α)|/n$ ) to check the validity of the coverage for any number of calibration data.
Fixes #452
Type of change
How Has This Been Tested?
Checklist
make lint
make type-check
make tests
make coverage
make doc