-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
DOC Better UG for calibration #16175
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
Conversation
Now ready for reviews @adrinjalali @qinhanmin2014 @thomasjpfan @glemaitre (when reviewing, checking the rendered UG docs might be easier than looking at the diff) |
Co-Authored-By: Guillaume Lemaitre <[email protected]>
The failure is due to the fact that the reference added is not present in the text. I think this is better as you did now but you could reference the article at the right position this could be great. |
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.
Minor comments otherwise LGTM. It's indeed easier to look at the rendered doc rather than at diff for calibration.rst
.
|
||
.. topic:: References: | ||
|
||
* Obtaining calibrated probability estimates from decision trees | ||
and naive Bayesian classifiers, B. Zadrozny & C. Elkan, ICML 2001 |
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.
Isn't this one missing below?
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.
I removed it because I didn't see any relevant place where to link to this ref. I don't think we use the techniques described in this paper anywhere in the code, so adding it is just noise.
side note, @glemaitre suggested to unify the refs using the .. [X] blahblah
format, and when using this format, all refs need to be linked to, otherwise our CI complains.
Co-Authored-By: Roman Yurchak <[email protected]>
Thanks for the reviews @glemaitre @rth , is this good to go? (I'd like to get it merged so I can review #16167 more easily) CI failure is unrelated |
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.
LGTM, thanks!
Merging thanks @NicolasHug ! |
This PR updates the UG to: