-
Notifications
You must be signed in to change notification settings - Fork 552
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
support parameter 'class_weight' and method 'decision_function' in LinearSVC #5364
support parameter 'class_weight' and method 'decision_function' in LinearSVC #5364
Conversation
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.
Thanks Malte for the PR, apart from an issue with handling the multiclass case, it looks good overall. Please add a python unit test for the added features.
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.
Overall the PR looks great! Will wait for @tfeher re-review and had small questions, but very glad to see this!
Note CI issues will be resolved after #5371 is merged |
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.
Thanks Malte for addressing the issues so far! Apart from the pending issues from Dante, the PR looks good to me!
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.
Thank you for the contribution! I have a few comments and questions, but no major concerns except for a seemingly erroneous type check.
@dantegd , have all your requests been addressed? |
rerun tests |
/merge |
Should be non-breaking.
CC @tfeher