Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[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

Conversation

kwinata
Copy link
Contributor

@kwinata kwinata commented Jul 20, 2019

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?

@amueller
Copy link
Member

please resolve the merge conflict by fetching the upstream master and merging it into your branch

@kwinata kwinata force-pushed the fix_missing_attributes_linearsvc_svc_nusvc branch from 186a118 to 842288d Compare August 29, 2019 05:08
@kwinata
Copy link
Contributor Author

kwinata commented Aug 29, 2019

@amueller conflict resolved :)

@kellycarmody
Copy link
Contributor

kellycarmody commented Sep 7, 2019

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!

@reshamas
Copy link
Member

reshamas commented Sep 7, 2019

Hi @kellycarmody
It looks like @ingrid88 began work on this.

Ingrid: would you be able to finish up on the work you started at the #wimlds sprint?

@kwinata
Copy link
Contributor Author

kwinata commented Sep 9, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants