-
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
ENH: improve jackknife docstring #561
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.
Few comments here and in the code:
- There are 2 "TODOs" left in the docstrings. I think we can wait for the first one because I see some refactoring later on here. But the second one can be completed:
See: TODO : reference conformity score classes or documentation
mapie_v1/regression.py
Outdated
n_bootstraps : int, default=100 | ||
The number of bootstrap resamples to generate for the | ||
jackknife-after-bootstrap procedure. | ||
Note: The "base" method is not authorized and should not be used. |
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.
Good point mentioning this. Suggestion:
Note: The "base" method is not authorized and should not be used. | |
Note: The "base" method is not mentioned in the conformal inference literature for Jackknife after bootstrap strategies, hence not provided here. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v1 #561 +/- ##
======================================
Coverage ? 100.00%
======================================
Files ? 62
Lines ? 6013
Branches ? 449
======================================
Hits ? 6013
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. |
ENH: improve jackknife docstring
ENH: improve jackknife docstring
ENH: improve jackknife docstring
ENH: improve jackknife docstring
ENH: improve jackknife docstring
ENH: improve jackknife docstring
ENH: improve jackknife docstring
ENH: improve jackknife docstring
ENH: improve jackknife docstring
ENH: improve jackknife docstring
ENH: improve jackknife docstring
ENH: improve jackknife docstring
ENH: improve jackknife docstring
ENH: improve jackknife docstring
ENH: improve jackknife docstring
No description provided.