-
Notifications
You must be signed in to change notification settings - Fork 216
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
[DOC] fix GradientBoostingSurvivalAnalysis
docstring on criterion
parameter
#449
[DOC] fix GradientBoostingSurvivalAnalysis
docstring on criterion
parameter
#449
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.
Thanks for noticing!
For consistence with sklearn, and to make it easier to track changes, I'd prefer to copy the API doc from sklearn. This would also remove "mae", which isn't supported by BaseGradientBoosting
.
of course, done |
PS, it was actually the tests in |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #449 +/- ##
=======================================
Coverage 98.15% 98.15%
=======================================
Files 37 37
Lines 3526 3526
Branches 539 539
=======================================
Hits 3461 3461
Misses 31 31
Partials 34 34 ☔ View full report in Codecov by Sentry. |
... why did you close this and merge a copy, @sebp? |
I squashed your commits before merging. |
Fixes #448, under the assumption that the issue is with the docstring, not the logic.