8000 DOC Probability calibration - Syntax fix (#18625) · jayzed82/scikit-learn@17b005a · GitHub
[go: up one dir, main page]

Skip to content

Commit 17b005a

Browse files
agamemnoncjayzed82
authored andcommitted
DOC Probability calibration - Syntax fix (scikit-learn#18625)
1 parent 9199150 commit 17b005a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/modules/calibration.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ that has the highest probability.
126126

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

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

0 commit comments

Comments
 (0)
0