-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC Add doc link to SVC reference #28073
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
I think that we should actually remove this example. Indeed, it does not use a I assume that we could remove it and redirect this example into another similar example. |
For instance this (example)[https://scikit-learn.org/dev/auto_examples/model_selection/plot_nested_cross_validation_iris.html#sphx-glr-auto-examples-model-selection-plot-nested-cross-validation-iris-py) is really closed (and could also be transformed into a tutorial style notebook). |
So I should delete this example ? And refer to another example ? For you which one ? |
I would say yes.
To |
This reverts commit f1b56be.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I push a commit that remove the outdated example. I add to make a bit of changes in one of the tutorial since we were importing some of the content.
I just ask a final rephrasing when linking the example.
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @Alexis-IMBERT
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
#26927
Reference Issues/PRs
Add links to examples from the docstrings and user guides
What does this implement/fix? Explain your changes.
I've added the link to the
examples/exercises/plot_cv_digits.py
example to thesklearn/svm/_classes.py
file for the SVC class.Any other comments?