8000
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 fcba0d6 commit 04fb00d< 8000 /span>Copy full SHA for 04fb00d
sklearn/calibration.py
@@ -55,9 +55,10 @@ class CalibratedClassifierCV(ClassifierMixin,
55
56
Parameters
57
----------
58
- base_estimator : instance BaseEstimator
+ base_estimator : estimator instance, default=None
59
The classifier whose output need to be calibrated to provide more
60
- accurate `predict_proba` outputs.
+ accurate `predict_proba` outputs. The default classifier is
61
+ a :class:`~sklearn.svm.LinearSVC`.
62
63
method : {'sigmoid', 'isotonic'}, default='sigmoid'
64
The method to use for calibration. Can be 'sigmoid' which
0 commit comments