Skip to content

Commit 5bbe346

Browse files
authored
DOC Add missing PR number in changelog entry (scikit-learn#29384)
1 parent 0ad90d5 commit 5bbe346

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/whats_new/v1.5.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ Changelog
4848
instead of implicitly converting those inputs as regular NumPy arrays.
4949
:pr:`29119` by :user:`Olivier Grisel`.
5050

51-
- |Fix| Fix a regression in :func:`metrics.accuracy_score` and in :func:`metrics.zero_one_loss`
52-
causing an error for Array API dispatch with multilabel inputs.
53-
:pr:`29269` by :user:`Yaroslav Korobko <Tialo>` and :pr:`29336` by :user:`Edoardo Abati <EdAbati>`.
51+
- |Fix| Fix a regression in :func:`metrics.accuracy_score` and in
52+
:func:`metrics.zero_one_loss` causing an error for Array API dispatch with multilabel
53+
inputs.
54+
:pr:`29269` by :user:`Yaroslav Korobko <Tialo>` and
55+
:pr:`29336` by :user:`Edoardo Abati <EdAbati>`.
5456

5557
:mod:`sklearn.model_selection`
5658
..............................
@@ -72,7 +74,7 @@ Changelog
7274

7375
- |Fix| Fix an issue in :func:`tree.export_graphviz` and :func:`tree.plot_tree`
7476
that could potentially result in exception or wrong results on 32bit OSes.
75-
:pr:`` by :user:`Loïc Estève<lesteve>`.
77+
:pr:`29327` by :user:`Loïc Estève<lesteve>`.
7678

7779
:mod:`sklearn.utils`
7880
....................

0 commit comments

Comments
 (0)