-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
DOC - Ensure HuberRegressor passes numpydoc validation #21062
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
See Also | ||
-------- | ||
RANSACRegressor : RANSAC (RANdom SAmple Consensus) algorithm. | ||
TheilSenRegressor : Theil-Sen Estimator robust multivariate regression model. |
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.
Could you add the SGDRegressor as well. This estimator can get several loss functions as the Huber loss as well.
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.
This comment has not been addressed yet.
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.
It should be added now
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.
Otherwise LGTM
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Added suggestions
Added period
Thanks @EricEllwanger |
Co-authored-by: frellwan <frellwan@hotmail.com> Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Reference Issues/PRs
References #20308
What does this implement/fix? Explain your changes.
Changes to file sklearn/linear_model/_huber.py:
Change the ordering of sections in HuberRegressor
Added 'See Also' Section to HuberRegressor
Added description to 'Returns' section
Removed HuberRegressor from maint_tools/test_docstrings.py DOC_IGNORE_LIST
Any other comments?