Skip to content

Commit

Permalink
DOC merge section medata routing in 1.4 changelog (scikit-learn#28439)
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre authored Feb 17, 2024
1 parent d6756d7 commit 87f65d1
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions doc/whats_new/v1.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ Metadata Routing
includes a sub-estimator which doesn't support metadata routing.
:pr:`28256` by `Adrin Jalali`_.

- |Fix| Fix :class:`multioutput.MultiOutputRegressor` and
:class:`multioutput.MultiOutputClassifier` to work with estimators that don't
consume any metadata when metadata routing is enabled.
:pr:`28240` by `Adrin Jalali`_.

DataFrame Support
-----------------

Expand Down Expand Up @@ -76,14 +81,6 @@ Changes impacting many modules
the `AttributeError` now reraises in the traceback.
:pr:`28167` by :user:`Stefanie Senger <StefanieSenger>`.

Metadata Routing
----------------

- |Fix| Fix :class:`multioutput.MultiOutputRegressor` and
:class:`multioutput.MultiOutputClassifier` to work with estimators that don't
consume any metadata when metadata routing is enabled.
:pr:`28240` by `Adrin Jalali`_.

Changelog
---------

Expand Down

0 comments on commit 87f65d1

Please sign in to comment.