-
-
Notifications
You must be signed in to change notification settings - Fork 26.5k
DOC Ensures that DummyRegressor passes numpydoc validation #20394
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
DOC Ensures that DummyRegressor passes numpydoc validation #20394
Conversation
glemaitre
left a comment
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 mark as request changes to see that we reviewed the PR.
Could you try to merge main into your branch and run black formatting on _dummy.py. The error reported by the CI is strange but we can check if something changed.
|
You should not rebase, it makes the conflicts quite difficult and since we are squashing the commits at the end, |
af5e277 to
74dc4e4
Compare
glemaitre
left a comment
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.
So it should be OK now. I will wait that the CIs passes to be sure.
|
Thanks @caherrera-meli |
…arn#20394) Co-authored-by: Guillaume Lemaitre <[email protected]>
Reference Issues/PRs
Addresses #20308 for DummyRegressor with my pair programming partner @gloriamacia
What does this implement/fix? Explain your changes.
Addressed errors:
*"SA01": "See Also section not found"
'(e.g. use "Generate" instead of "Generates")'
#DataUmbrella sprint