diff --git a/doc/whats_new/v1.5.rst b/doc/whats_new/v1.5.rst index fe9c0adb411cd..20184bbd2a551 100644 --- a/doc/whats_new/v1.5.rst +++ b/doc/whats_new/v1.5.rst @@ -48,9 +48,11 @@ Changelog instead of implicitly converting those inputs as regular NumPy arrays. :pr:`29119` by :user:`Olivier Grisel`. -- |Fix| Fix a regression in :func:`metrics.accuracy_score` and in :func:`metrics.zero_one_loss` - causing an error for Array API dispatch with multilabel inputs. - :pr:`29269` by :user:`Yaroslav Korobko ` and :pr:`29336` by :user:`Edoardo Abati `. +- |Fix| Fix a regression in :func:`metrics.accuracy_score` and in + :func:`metrics.zero_one_loss` causing an error for Array API dispatch with multilabel + inputs. + :pr:`29269` by :user:`Yaroslav Korobko ` and + :pr:`29336` by :user:`Edoardo Abati `. :mod:`sklearn.model_selection` .............................. @@ -72,7 +74,7 @@ Changelog - |Fix| Fix an issue in :func:`tree.export_graphviz` and :func:`tree.plot_tree` that could potentially result in exception or wrong results on 32bit OSes. - :pr:`` by :user:`Loïc Estève`. + :pr:`29327` by :user:`Loïc Estève`. :mod:`sklearn.utils` ....................