Skip to content

Commit f0cbbbb

Browse files
authored
DOC Minor update to CalibratedClassifierCV docstring (scikit-learn#31275)
1 parent 6c8bf6e commit f0cbbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/calibration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class CalibratedClassifierCV(ClassifierMixin, MetaEstimatorMixin, BaseEstimator)
6161
"""Probability calibration with isotonic regression or logistic regression.
6262
6363
This class uses cross-validation to both estimate the parameters of a
64-
classifier and subsequently calibrate a classifier. With default
64+
classifier and subsequently calibrate a classifier. With
6565
`ensemble=True`, for each cv split it
6666
fits a copy of the base estimator to the training subset, and calibrates it
6767
using the testing subset. For prediction, predicted probabilities are

0 commit comments

Comments
 (0)