DOC Add doc link to SVC reference#28073
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.
glemaitre
left a comment
There was a problem hiding this comment.
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>
glemaitre
left a comment
There was a problem hiding this comment.
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.pyexample to thesklearn/svm/_classes.pyfile for the SVC class.Any other comments?