Skip to content

Commit

Permalink
move 23299 to 1.1.1: fixes regression (#23399)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedbb committed May 18, 2022
1 parent e629abd commit c9e6abd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions doc/whats_new/v1.1.rst
Expand Up @@ -24,6 +24,13 @@ Changelog
- |Fix| Avoid timeouts in :func:`datasets.fetch_openml` by not passing a
`timeout` argument, :pr:`23358` by `Loïc Estève <lesteve>`.

:mod:`sklearn.feature_selection`
................................

- |Fix| The `partial_fit` method of :class:`feature_selection.SelectFromModel`
now conducts validation for `max_features` and `feature_names_in` parameters.
:pr:`23299` by :user:`Long Bao <lorentzbao>`.

:mod:`sklearn.metrics`
......................

Expand Down
7 changes: 0 additions & 7 deletions doc/whats_new/v1.2.rst
Expand Up @@ -64,13 +64,6 @@ Changelog
- |Efficiency| Improve runtime performance of :class:`ensemble.IsolationForest`
by avoiding data copies. :pr:`23252` by :user:`Zhehao Liu <MaxwellLZH>`.

:mod:`sklearn.feature_selection`
................................

- |Fix| The `partial_fit` method of :class:`feature_selection.SelectFromModel`
now conducts validation for `max_features` and `feature_names_in` parameters.
:pr:`23299` by :user:`Long Bao <lorentzbao>`.

:mod:`sklearn.metrics`
......................

Expand Down

0 comments on commit c9e6abd

Please sign in to comment.