Skip to content

Commit 2e4b589

Browse files
srivatsan-rameshjnothman
authored andcommitted
DOC Added bug fix scikit-learn#7786 to whats_new.rst (scikit-learn#7830)
1 parent 9fd70a8 commit 2e4b589

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/whats_new.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ Bug fixes
133133
functions were not accepting multi-label targets. :issue:`7676`
134134
by `Mohammed Affan`_
135135

136+
- Fixes issue in ``partial_fit`` method of
137+
:class:`multiclass.OneVsRestClassifier` when number of classes used in
138+
``partial_fit`` was less than the total number of classes in the
139+
data. :issue:`7786` by `Srivatsan Ramesh`_
140+
136141

137142
API changes summary
138143
-------------------
@@ -4879,3 +4884,5 @@ David Huard, Dave Morrill, Ed Schofield, Travis Oliphant, Pearu Peterson.
48794884
.. _Dylan Werner-Meier: https://github.com/unautre
48804885

48814886
.. _Alyssa Batula: https://github.com/abatula
4887+
4888+
.. _Srivatsan Ramesh: https://github.com/srivatsan-ramesh

0 commit comments

Comments
 (0)