File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Original file line number Diff line number Diff line change @@ -688,11 +688,6 @@ Changelog
688
688
:pr: `18124 ` by :user: `Gus Brocchini <boldloop> ` and
689
689
:user: `Amanda Dsouza <amy12xx> `.
690
690
691
- - |Fix | :func: `multioutput.ClassifierChain.decision_function ` and
692
- :func: `multioutput.ClassifierChain.predict_proba ` now both return a list of
693
- ``n_outputs `` arrays of shape `(n_samples, n_classes). ` :pr: `14654 ` by
694
- :user: `Agamemnon Krasoulis <agamemnonc> `.
695
-
696
691
:mod: `sklearn.naive_bayes `
697
692
..........................
698
693
Original file line number Diff line number Diff line change @@ -115,6 +115,14 @@ Changelog
115
115
class methods and will be removed in 1.2.
116
116
:pr: `18543 ` by `Guillaume Lemaitre `_.
117
117
118
+ :mod: `sklearn.multioutput `
119
+ ..........................
120
+
121
+ - |Fix | :func: `multioutput.ClassifierChain.decision_function ` and
122
+ :func: `multioutput.ClassifierChain.predict_proba ` now both return a list of
123
+ ``n_outputs `` arrays of shape `(n_samples, n_classes). ` :pr: `14654 ` by
124
+ :user: `Agamemnon Krasoulis <agamemnonc> `.
125
+
118
126
:mod: `sklearn.naive_bayes `
119
127
..........................
120
128
You can’t perform that action at this time.
0 commit comments