8000 DOC added link to example plot_svm_margin.py by anastasia-mikheeva · Pull Request #26969 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

DOC added link to example plot_svm_margin.py #26969

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
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions sklearn/svm/_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,10 @@ class SVC(BaseSVC):
other, see the corresponding section in the narrative documentation:
:ref:`svm_kernels`.

For a visual example of how changing the regularization parameter
``C`` affects the decision boundary, see
:ref:`sphx-glr-auto-examples-svm-plot-svm-margin.py`.
Copy link
Member

Choose a reason for hiding this comment

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

the link is not correct, all - need to be a _.


Read more in the :ref:`User Guide <svm_classification>`.

Parameters
Expand Down
0