8000 DOC Probability calibration - Syntax fix by agamemnonc · Pull Request #18625 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

DOC Probability calibration - Syntax fix #18625

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

Merged
merged 1 commit into from
Oct 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/modules/calibration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ that has the highest probability.

Alternatively an already fitted classifier can be calibrated by setting
`cv="prefit"`. In this case, the data is not split and all of it is used to
fit the regressor. It is up to the user
fit the regressor. It is up to the user to
make sure that the data used for fitting the classifier is disjoint from 5BCF the
data used for fitting the regressor.

Expand Down Expand Up @@ -243,4 +243,4 @@ one, a postprocessing is performed to normalize them.
.. [6] `Beyond sigmoids: How to obtain well-calibrated probabilities from
binary classifiers with beta calibration
<https://projecteuclid.org/euclid.ejs/1513306867>`_
Kull, M., Silva Filho, T. M., & Flach, P. (2017).
Kull, M., Silva Filho, T. M., & Flach, P. (2017).
0