@@ -52,6 +52,15 @@ Changelog
52
52
which allows monitoring of each stage.
53
53
:pr: `16985 ` by :user: `Hao Chun Chang <haochunchang> `.
54
54
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
+
55
64
:mod: `sklearn.impute `
56
65
.....................
57
66
@@ -69,6 +78,10 @@ Changelog
69
78
average of multiple MSE values.
70
79
:pr: `17309 ` by :user: `Swier Heeres <swierh> `
71
80
81
+ - |Enhancement | Add `sample_weight ` parameter to
82
+ :class: `metrics.median_absolute_error `. :pr: `17225 ` by
83
+ :user: `Lucy Liu <lucyleeow> `.
84
+
72
85
:mod: `sklearn.model_selection `
73
86
..............................
74
87
@@ -78,19 +91,6 @@ Changelog
78
91
samples between the train and test set on each fold.
79
92
:pr: `13204 ` by :user: `Kyle Kosic <kykosic> `.
80
93
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
-
94
94
:mod: `sklearn.preprocessing `
95
95
............................
96
96
0 commit comments