Skip to content

Commit 5fa4d63

Browse files
committed
Merge pull request scikit-learn#5025 from jakirkham/fix_typo
DOC: Remove extra "not"
2 parents a45a50e + f73fe10 commit 5fa4d63

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
@@ -10,7 +10,7 @@ Probability calibration
1010
When performing classification you often want not only to predict the class
1111
label, but also obtain a probability of the respective label. This probability
1212
gives you some kind of confidence on the prediction. Some models can give you
13-
poor estimates of the class probabilities and some even do not not support
13+
poor estimates of the class probabilities and some even do not support
1414
probability prediction. The calibration module allows you to better calibrate
1515
the probabilities of a given model, or to add support for probability
1616
prediction.

0 commit comments

Comments
 (0)