Skip to content

Commit

Permalink
DOC Added bug fix scikit-learn#7786 to whats_new.rst (scikit-learn#7830)
Browse files Browse the repository at this point in the history
  • Loading branch information
srivatsan-ramesh authored and paulha committed Aug 19, 2017
1 parent 0a8d6a8 commit e7a8705
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ Bug fixes
functions were not accepting multi-label targets. :issue:`7676`
by `Mohammed Affan`_

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


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

.. _Alyssa Batula: https://github.com/abatula

.. _Srivatsan Ramesh: https://github.com/srivatsan-ramesh

0 comments on commit e7a8705

Please sign in to comment.