-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[MRG] Issue #111 - Handle multiclass/binary class target #112
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
The decrease of the coverage come from disabling the unit test for the CNN method |
In order to avoid code and docsting duplication I would define a new private class |
One or two classes: |
At first I thought to split the |
Finally, will we follow |
imblearn/base.py
Outdated
"""Get the properties for this estimator.""" | ||
|
||
return cls._estimator_prop | ||
class BaseBinaryclassSampler(six.with_metaclass(ABCMeta, SamplerMixin)): |
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.
I would name it BaseBinarySampler
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.
agree
@chkoar I made the changes |
No description provided.