File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Original file line number Diff line number Diff line change @@ -48,9 +48,11 @@ Changelog
48
48
instead of implicitly converting those inputs as regular NumPy arrays.
49
49
:pr: `29119 ` by :user: `Olivier Grisel `.
50
50
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> `.
54
56
55
57
:mod: `sklearn.model_selection `
56
58
..............................
@@ -72,7 +74,7 @@ Changelog
72
74
73
75
- |Fix | Fix an issue in :func: `tree.export_graphviz ` and :func: `tree.plot_tree `
74
76
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> `.
76
78
77
79
:mod: `sklearn.utils `
78
80
....................
You can’t perform that action at this time.
0 commit comments