8000 DOC Specify base_estimator=None in CalibratedClassifierCV (#17393) · thomasjpfan/scikit-learn@04fb00d · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 04fb00d

Browse files
authored
DOC Specify base_estimator=None in CalibratedClassifierCV (scikit-learn#17393)
1 parent fcba0d6 commit 04fb00d<
8000
/span>

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sklearn/calibration.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ class CalibratedClassifierCV(ClassifierMixin,
5555
5656
Parameters
5757
----------
58-
base_estimator : instance BaseEstimator
58+
base_estimator : estimator instance, default=None
5959
The classifier whose output need to be calibrated to provide more
60-
accurate `predict_proba` outputs.
60+
accurate `predict_proba` outputs. The default classifier is
61+
a :class:`~sklearn.svm.LinearSVC`.
6162
6263
method : {'sigmoid', 'isotonic'}, default='sigmoid'
6364
The method to use for calibration. Can be 'sigmoid' which

0 commit comments

Comments
 (0)
0