-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
DOC Ensures that sklearn.datasets._base.load_breast_cancer passes numpydoc validation #22346
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
The pytest tests passed this time. |
You seem to have merge conflicts, My guess is that you are using the same branch as in #22266, without removing said branch from the remote first. |
It is possible that we merge some similar PRs that remove some of the flagged functions. I merged If yes, I will merge this PR. |
My suggestions from #22266 got lost by closing that PR and had not yet been addressed. I am re-posting them here |
@ArturoAmorQ , @glemaitre am I supposed to do something right now? My branch hasn't been merged. |
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
I applied the suggestion of @ArturoAmorQ and I will merge when the CIs are green |
Thanks @DennisOsei all good. |
Thanks @glemaitre . Also it seems that the old PR is the one showing up in |
I updated it. Thanks for pointing this out. |
Reference Issues/PRs
Addresses #21350
What does this implement/fix? Explain your changes.
Any other comments?