From 2b35b5e874f475bb5bb816c9a50550a599455962 Mon Sep 17 00:00:00 2001 From: Guillaume Lemaitre Date: Wed, 20 Oct 2021 22:34:11 +0200 Subject: [PATCH] DOC typo in the dosctring of AdaBoostClassifier --- sklearn/ensemble/_weight_boosting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sklearn/ensemble/_weight_boosting.py b/sklearn/ensemble/_weight_boosting.py index 8fd6cc0228137..319cf367cb112 100644 --- a/sklearn/ensemble/_weight_boosting.py +++ b/sklearn/ensemble/_weight_boosting.py @@ -877,7 +877,7 @@ def staged_predict_proba(self, X): DOK, or LIL. COO, DOK, and LIL are converted to CSR. Yields - ------- + ------ p : generator of ndarray of shape (n_samples,) The class probabilities of the input samples. The order of outputs is the same of that of the :term:`classes_` attribute.