From 42e5713883d974b8462bc945d44dcc38d37cb7c6 Mon Sep 17 00:00:00 2001 From: Joel Nothman Date: Wed, 20 May 2020 16:18:20 +1000 Subject: [PATCH] DOC tweak to what's new --- doc/whats_new/v0.24.rst | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/doc/whats_new/v0.24.rst b/doc/whats_new/v0.24.rst index 9343e795a3aca..9714b1c9a4282 100644 --- a/doc/whats_new/v0.24.rst +++ b/doc/whats_new/v0.24.rst @@ -70,13 +70,11 @@ Changelog samples between the train and test set on each fold. :pr:`13204` by :user:`Kyle Kosic `. -- |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 ` +- |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 ` Code and Documentation Contributors -----------------------------------