Skip to content

Commit

Permalink
DOC tweak to what's new
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman authored and jayzed82 committed Oct 22, 2020
1 parent e2a84b6 commit 42e5713
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions doc/whats_new/v0.24.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,11 @@ Changelog
samples between the train and test set on each fold.
:pr:`13204` by :user:`Kyle Kosic <kykosic>`.

- |Feature| :class:`feature_selection.RFE`,
:class:`feature_selection.RFECV` and
:class:`feature_selection.SelectFromModel` now supports a new parameter
`importance_getter` that accepts a string
that specifies an attribute name/path or a `callable` for
extracting feature importance from the estimator.
:pr:`15361` by :user:`Venkatachalam N <venkyyuvy>`
- |Feature| A new parameter `importance_getter` was added to
:class:`feature_selection.RFE`, :class:`feature_selection.RFECV` and
:class:`feature_selection.SelectFromModel`, allowing the user to specify an
attribute name/path or a `callable` for extracting feature importance from
the estimator. :pr:`15361` by :user:`Venkatachalam N <venkyyuvy>`

Code and Documentation Contributors
-----------------------------------
Expand Down

0 comments on commit 42e5713

Please sign in to comment.