Skip to content

DOC Rename clf to regr in SVR examples #16598

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 1 commit into from
Feb 29, 2020

Conversation

jumon
Copy link
Contributor

@jumon jumon commented Feb 29, 2020

Reference Issues/PRs

None

What does this implement/fix? Explain your changes.

I guess the variable names for SVR object in some documents should be regr(indicates a regressor), not clf(indicates a classifier) because SVR is a class for regression, not for classification.

Any other comments?

None

Copy link
Member

@thomasjpfan thomasjpfan left a comment

Choose a reason for hiding this comment

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

@jumon I see this is your first time contributing, welcome!

@thomasjpfan thomasjpfan changed the title [MRG] DOC Rename clf to regr in SVR examples DOC Rename clf to regr in SVR examples Feb 29, 2020
@thomasjpfan thomasjpfan merged commit eb540f3 into scikit-learn:master Feb 29, 2020
@jumon jumon deleted the fix_examples_in_svr branch March 1, 2020 00:55
panpiort8 pushed a commit to panpiort8/scikit-learn that referenced this pull request Mar 3, 2020
gio8tisu pushed a commit to gio8tisu/scikit-learn that referenced this pull request May 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants