Skip to content

adding SVC documentation references #12217

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

Closed
wants to merge 1 commit into from
Closed

Conversation

cynco
Copy link

@cynco cynco commented Sep 29, 2018

Reference Issues/PRs

What does this implement/fix? Explain your changes.

Any other comments?


probA_, probB_ : array, shape = [n_class * (n_class-1) / 2]

If probability=True, the parameters learned in Platt scaling to
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The indentation seems off. Also you can refer to the user guide that also explains that, though it's good to also mention the paper.

where ``probA_`` and ``probB_`` are learned from the dataset. For more
information on the multiclass case and training procedure see section
8 of LIBSVM: A Library for Support Vector Machines (in References)
for more.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for more is repeated twice here

@@ -578,6 +594,11 @@ class SVC(BaseSVC):
implemented using liblinear. Check the See also section of
LinearSVC for more comparison element.

References
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shoud Platt (2000) be added as well? i.e. "Probabilistic outputs for support vector machines and comparison to regularizedlikelihood methods."

@sergulaydore
Copy link
Contributor

Hello @cynco ,

Thank you for participating in the WiMLDS/scikit sprint. We would love to merge all the PRs that were submitted. It would be great if you could follow up on the work that you started! For the PR you submitted, would you please update and re-submit? Please include #wimlds in your PR conversation.

Any questions:

  • see workflow for reference
  • ask on this PR conversation or the issue tracker
  • ask on wimlds gitter with a reference to this PR

cc: @reshamas

@cynco
Copy link
Author

cynco commented Nov 21, 2018 via email

@reshamas
Copy link
Member

Hello @cynco
Did you mean to complete this over Thanksgiving break or did you mean December break?
Reshama

@tashay
Copy link
Contributor

tashay commented Dec 19, 2018

I am taking over this PR.

@cynco
Copy link
Author

cynco commented Dec 22, 2018 via email

@reshamas
Copy link
Member

reshamas commented Dec 23, 2018

@cynco the tests that are failing look like they are from 3 months ago. Are you confident you pushed your changes?
a) make sure you have done git pull upstream master
b) merged branch with master
c) run flake8 test

cc: @tashay

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.

6 participants