8000 DOC Update calibration.rst (#19557) · scikit-learn/scikit-learn@139d751 · GitHub
[go: up one dir, main page]

Skip to content

Commit 139d751

Browse files
authored
DOC Update calibration.rst (#19557)
1 parent 12db86e commit 139d751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/calibration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ common kernel functions on various benchmark datasets in section 2.1 of Platt
181181
1999 [3]_ but does not necessarily hold in general. Additionally, the
182182
logistic model works best if the calibration error is symmetrical, meaning
183183
the classifier output for each binary class is normally distributed with
184-
the same variance [6]_. This is can be a problem for highly imbalanced
184+
the same variance [6]_. This can be a problem for highly imbalanced
185185
classification problems, where outputs do not have equal variance.
186186

187187
In general this method is most effective when the un-calibrated model is

0 commit comments

Comments
 (0)
0