-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
[MRG] DOC add missing attributes to LinearSVC, SVC and NuSVC #14424
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
[MRG] DOC add missing attributes to LinearSVC, SVC and NuSVC #14424
Conversation
Added `classes_` to attributes docstring
Copied exactly the same docstring from SVC
please resolve the merge conflict by fetching the upstream master and merging it into your branch |
186a118
to
842288d
Compare
@amueller conflict resolved :) |
Fix missing spaces fix missing spaces
Thanks for the pr @kevinwinatamichael, this one looks just about done, could you finish up the last bit with the missing space so we could get it merged please? Looks like that test didn't pass. Thanks! |
Hi @kellycarmody Ingrid: would you be able to finish up on the work you started at the #wimlds sprint? |
I notice that now some of the attributes is duplicated because of some merging from other PR (#14459). And by now there's too much merge commit in the branch. I think it would be cleaner if I just make a new pull request. |
Reference Issues/PRs
Partially addresses #14312
What does this implement/fix? Explain your changes.
Added
classes_
attributes docstring to LinearSVC,Added
class_weight_, classes_, fit_status_, probA_, probB_, shape_fit_
attributes docstring to NuSVC,Added
class_weight_, classes_, shape_fit_
attributes docstring to SVC.Any other comments?