8000 MNT fix section order of what's new v0.24 (#17437) · scikit-learn/scikit-learn@8cce5bf · GitHub
[go: up one dir, main page]

Skip to co 8000 ntent

Commit 8cce5bf

Browse files
authored
MNT fix section order of what's new v0.24 (#17437)
1 parent b364028 commit 8cce5bf

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

doc/whats_new/v0.24.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@ Changelog
5252
which allows monitoring of each stage.
5353
:pr:`16985` by :user:`Hao Chun Chang <haochunchang>`.
5454

55+
:mod:`sklearn.feature_selection`
56+
................................
57+
58+
- |Feature| A new parameter `importance_getter` was added to
59+
:class:`feature_selection.RFE`, :class:`feature_selection.RFECV` and
60+
:class:`feature_selection.SelectFromModel`, allowing the user to specify an
61+
attribute name/path or a `callable` for extracting feature importance from
62+
the estimator. :pr:`15361` by :user:`Venkatachalam N <venkyyuvy>`
63+
5564
:mod:`sklearn.impute`
5665
.....................
5766

@@ -69,6 +78,10 @@ Changelog
6978
average of multiple MSE values.
7079
:pr:`17309` by :user:`Swier Heeres <swierh>`
7180

81+
- |Enhancement| Add `sample_weight` parameter to
82+
:class:`metrics.median_absolute_error`. :pr:`17225` by
83+
:user:`Lucy Liu <lucyleeow>`.
84+
7285
:mod:`sklearn.model_selection`
7386
..............................
7487

@@ -78,19 +91,6 @@ Changelog
7891
samples between the train and test set on each fold.
7992
:pr:`13204` by :user:`Kyle Kosic <kykosic>`.
8093

81-
- |Feature| A new parameter `importance_getter` was added to
82-
:class:`feature_selection.RFE`, :class:`feature_selection.RFECV` and
83-
:class:`feature_selection.SelectFromModel`, allowing the user to specify an
84-
attribute name/path or a `callable` for extracting feature importance from
85-
the estimator. :pr:`15361` by :user:`Venkatachalam N <venkyyuvy>`
86-
87-
:mod:`sklearn.metrics`
88-
......................
89-
90-
- |Enhancement| Add `sample_weight` parameter to
91-
:class:`metrics.median_absolute_error`.
92-
:pr:`17225` by :user:`Lucy Liu <lucyleeow>`.
93-
9494
:mod:`sklearn.preprocessing`
9595
............................
9696

0 commit comments

Comments
 (0)
0