We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b316dca commit af4a2caCopy full SHA for af4a2ca
sklearn/calibration.py
@@ -35,7 +35,7 @@ class CalibratedClassifierCV(BaseEstimator, ClassifierMixin):
35
for prediction. In case that cv="prefit" is passed to __init__,
36
it is it is assumed that base_estimator has been
37
fitted already and all data is used for calibration. Note that
38
- data for fitting the classifier and for calibrating it must be disjpint.
+ data for fitting the classifier and for calibrating it must be disjoint.
39
40
Read more in the :ref:`User Guide <calibration>`.
41
0 commit comments