DOC: Link Examples for SVR, NuSVR, and SVM User Guide#30201
DOC: Link Examples for SVR, NuSVR, and SVM User Guide#30201OmarManzoor merged 17 commits intoscikit-learn:mainfrom nxank4:add-links-to-docstrings
Conversation
|
@virchan Could you please review and verify the recent push? I've linked the relevant examples for |
virchan
left a comment
There was a problem hiding this comment.
Thank you for updating the PR @lunovian! I have a few additional suggestions.
nxank4
left a comment
There was a problem hiding this comment.
Remove redundant lines and symbols, rewrite words in sklearn/svm/_classes.py
Somehow, the error appears in the Azure Pipeline, which I didn't touch or anything related to them. Is this just a bug, or it was my fault? |
virchan
left a comment
There was a problem hiding this comment.
So far, so good! I have a few more suggestions.
OmarManzoor
left a comment
There was a problem hiding this comment.
LGTM. Thanks @lunovian
|
Thank you @virchan and @OmarManzoor for supporting me with this. As a newbie, I truly appreciate the opportunity to learn new things. |
Reference Issues/PRs
Towards #26927
What does this implement/fix? Explain your changes.
This PR adds links to relevant examples in the docstrings for
SVRandNuSVRand updates the Support Vector Machines user guide to enhance discoverability and provide practical usage guidance for these estimators. The following links were added:SVRandNuSVR: Linked toplot_svm_regression.pyexampleRelated Example Files:
plot_model_complexity_influence.pyAny other comments?
These additions improve documentation clarity, making it easier for users to find relevant examples directly from the API documentation. Let me know if any additional adjustments are required!