DOC Ensures that DummyRegressor passes numpydoc validation#20394
DOC Ensures that DummyRegressor passes numpydoc validation#20394glemaitre merged 5 commits intoscikit-learn:mainfrom
Conversation
glemaitre
left a comment
There was a problem hiding this comment.
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.
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 <g.lemaitre58@gmail.com>
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