Skip to content

Commit

Permalink
DOC move top section
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Sep 18, 2019
1 parent a40d2ae commit de5316c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/whats_new/v0.22.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ Changelog
:mod:`sklearn.ensemble`
.......................

- |MajorFeature| Added :class:`ensemble.StackingClassifier` and
:class:`ensemble.StackingRegressor` to stack predictors using a final
classifier or regressor.
:pr:`11047` by :user:`Guillaume Lemaitre <glemaitre>` and
:user:`Caio Oliveira <caioaao>`.

- Many improvements were made to
:class:`ensemble.HistGradientBoostingClassifier` and
:class:`ensemble.HistGradientBoostingRegressor`:
Expand Down Expand Up @@ -207,12 +213,6 @@ Changelog
and :class:`ensemble.HistGradientBoostingRegressor` instead.
:pr:`14907` by `Adrin Jalali`_.

- |MajorFeature| Added :class:`ensemble.StackingClassifier` and
:class:`ensemble.StackingRegressor` to stack predictors using a final
classifier or regressor.
:pr:`11047` by :user:`Guillaume Lemaitre <glemaitre>` and
:user:`Caio Oliveira <caioaao>`.

:mod:`sklearn.feature_extraction`
.................................

Expand Down

0 comments on commit de5316c

Please sign in to comment.