Skip to content

adding SVC documentation references#12217

Closed
cynco wants to merge 1 commit intoscikit-learn:masterfrom
cynco:SVCdoc
Closed

adding SVC documentation references#12217
cynco wants to merge 1 commit intoscikit-learn:masterfrom
cynco:SVCdoc

Conversation

@cynco
Copy link
Copy Markdown

@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
Copy Markdown
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
Copy Markdown
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

implemented using liblinear. Check the See also section of
LinearSVC for more comparison element.

References
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Author

cynco commented Nov 21, 2018 via email

@reshamas
Copy link
Copy Markdown
Member

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

@tashay
Copy link
Copy Markdown
Contributor

tashay commented Dec 19, 2018

I am taking over this PR.

@cynco
Copy link
Copy Markdown
Author

cynco commented Dec 22, 2018 via email

@reshamas
Copy link
Copy Markdown
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