Skip to content

Added bug fix #7786 to whats_new.rst #7830

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 6, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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