@@ -88,9 +88,6 @@ Preprocessing
8888 :issue: `10210 ` by :user: `Eric Chang <ericchang00> ` and
8989 :user: `Maniteja Nandana <maniteja123> `.
9090
91- - :class: `preprocessing.QuantileTransformer ` handles and ignores NaN values.
92- :issue: `10404 ` by :user: `Guillaume Lemaitre <glemaitre> `.
93-
9491- Added the :class: `compose.TransformedTargetRegressor ` which transforms
9592 the target y before fitting a regression model. The predictions are mapped
9693 back to the original space via an inverse transform. :issue: `9041 ` by
@@ -101,9 +98,6 @@ Preprocessing
10198 other features in a round-robin fashion. :issue: `8478 ` by
10299 :user: `Sergey Feldman <sergeyf> `.
103100
104- - Updated :class: `preprocessing.MinMaxScaler ` to pass through NaN values. :issue: `10404 `
105- by :user: `Lucija Gregov <LucijaGregov> `.
106-
107101Model evaluation
108102
109103- Added the :func: `metrics.cluster.davies_bouldin_index ` metric for unsupervised
@@ -218,6 +212,12 @@ Preprocessing
218212 classes found which are ignored.
219213 :issue: `10913 ` by :user: `Rodrigo Agundez <rragundez> `.
220214
215+ - :class: `preprocessing.QuantileTransformer ` handles and ignores NaN values.
216+ :issue: `10404 ` by :user: `Guillaume Lemaitre <glemaitre> `.
217+
218+ - Updated :class: `preprocessing.MinMaxScaler ` to pass through NaN values.
219+ :issue: `10404 ` by :user: `Lucija Gregov <LucijaGregov> `.
220+
221221Model evaluation and meta-estimators
222222
223223- A scorer based on :func: `metrics.brier_score_loss ` is also available.
0 commit comments