Skip to content

Commit 4b0ddee

Browse files
committed
DOC whats new merge stacking and its enh
1 parent 253d04a commit 4b0ddee

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

doc/whats_new/v0.22.rst

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ Changelog
205205

206206
- |MajorFeature| Added :class:`ensemble.StackingClassifier` and
207207
:class:`ensemble.StackingRegressor` to stack predictors using a final
208-
classifier or regressor.
209-
:pr:`11047` by :user:`Guillaume Lemaitre <glemaitre>` and
210-
:user:`Caio Oliveira <caioaao>`.
208+
classifier or regressor. :pr:`11047` by :user:`Guillaume Lemaitre
209+
<glemaitre>` and :user:`Caio Oliveira <caioaao>` and :pr:`15138` by
210+
:user:`Jon Cusick <jcusick13>`..
211211

212212
- Many improvements were made to
213213
:class:`ensemble.HistGradientBoostingClassifier` and
@@ -285,11 +285,6 @@ Changelog
285285
by the max of the samples with non-null weights only.
286286
:pr:`14294` by :user:`Guillaume Lemaitre <glemaitre>`.
287287

288-
- |Enhancement| Adds ``passthrough`` to :class: `ensemble.StackingClassifier`
289-
and :class: `ensemble.StackingRegressor` allowing for the original dataset
290-
to be used in the final estimator.
291-
:pr:`15138` by :user:`Jon Cusick <jcusick13>`.
292-
293288
:mod:`sklearn.feature_extraction`
294289
.................................
295290

0 commit comments

Comments
 (0)