Skip to content

Commit af4a2ca

Browse files
committed
DOC: Fix typo in CalibratedClassifierCV
1 parent b316dca commit af4a2ca

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
@@ -35,7 +35,7 @@ class CalibratedClassifierCV(BaseEstimator, ClassifierMixin):
3535
for prediction. In case that cv="prefit" is passed to __init__,
3636
it is it is assumed that base_estimator has been
3737
fitted already and all data is used for calibration. Note that
38-
data for fitting the classifier and for calibrating it must be disjpint.
38+
data for fitting the classifier and for calibrating it must be disjoint.
3939
4040
Read more in the :ref:`User Guide <calibration>`.
4141

0 commit comments

Comments
 (0)