Skip to content

DOC Update svm.rst - Add default setting 'ovr' to SVC/NuSVC multi-class classification description. #29363

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

Merged
merged 2 commits into from
Aug 13, 2024

Conversation

bme-git
Copy link
Contributor

@bme-git bme-git commented Jun 28, 2024

Reference Issues/PRs

Fixes #29340

What does this implement/fix? Explain your changes.

Information on the default multi-class classification approach (one-versus-rest) is added to the SVC/NuSVC description. As the section focuses on the "one-versus-one" approach, it could be overlooked that "one-versus-rest" is the default setting.

DOC Add default setting 'ovr' to SVC/NuSVC multi-class classification description.
Copy link

github-actions bot commented Jun 28, 2024

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: 5836fca. Link to the linter CI: here

@lesteve
Copy link
Member

lesteve commented Jul 4, 2024

Thanks for your PR, the lint error did not make too much sense, so I updated your branch. I hope this will get rid of the error 🤞

@adrinjalali adrinjalali merged commit 3b0c70b into scikit-learn:main Aug 13, 2024
30 checks passed
MarcBresson pushed a commit to MarcBresson/scikit-learn that referenced this pull request Sep 2, 2024
…ss classification description. (scikit-learn#29363)

Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
glemaitre pushed a commit to glemaitre/scikit-learn that referenced this pull request Sep 9, 2024
…ss classification description. (scikit-learn#29363)

Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
glemaitre pushed a commit that referenced this pull request Sep 11, 2024
…ss classification description. (#29363)

Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Vector Machines - Multi-class classification --> wrong default approach
3 participants