Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 80dc575

Browse files
authored
DOC typo in the dosctring of AdaBoostClassifier (#21379)
1 parent 9b210ae commit 80dc575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/ensemble/_weight_boosting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ def staged_predict_proba(self, X):
877877
DOK, or LIL. COO, DOK, and LIL are converted to CSR.
878878
879879
Yields
880-
-------
880+
------
881881
p : generator of ndarray of shape (n_samples,)
882882
The class probabilities of the input samples. The order of
883883
outputs is the same of that of the :term:`classes_` attribute.

0 commit comments

Comments
 (0)