-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
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
Conversation
@@ -133,6 +133,11 @@ Bug fixes | |||
functions were not accepting multi-label targets. :issue:`7676` | |||
by `Mohammed Affan`_ | |||
|
|||
- Fixes issue in :func:`partial_fit` of | |||
:class:`multiclass.OneVsRestClassifier` when number of classes used in | |||
:func:`partial_fit` was less than the total number of classes in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:func: needs the full path if you want to use it. Just refer to
:func:`multiclass.OneVsRestClassifier.partial_fit`
@@ -133,6 +133,11 @@ Bug fixes | |||
functions were not accepting multi-label targets. :issue:`7676` | |||
by `Mohammed Affan`_ | |||
|
|||
- Fixes issue in :func:`multiclass.OneVsRestClassifier.partial_fit` of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Take a look at how this renders: https://6948-843222-gh.circle-artifacts.com/0/home/ubuntu/scikit-learn/doc/_build/html/stable/whats_new.html#id3. I think one reference is enough, rather than three!
thanks |
Added bug fix #7786 to whats_new.rst
Reference PR
#7786