-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC cleaning up to 0.23/whats new #17015
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
@@ -483,3 +520,15 @@ Miscellaneous | |||
`~sklearn.base.ClassifierMixin`. This tag is used to ensure that a proper | |||
error message is raised when y was expected but None was passed. | |||
:pr:`16622` by `Nicolas Hug`_. | |||
|
|||
- |API| Most constructor and function parameters are now expected to be passed |
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 was wondering whether we should have a top-level note for this one? Like we did in 0.22 for the deprecations
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.
yeah I was thinking about having a dedicated deprecation section too.
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.
Wanna do it? I'm happy to help if needed
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'd be really nice if you did this part.
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.
Looks good
@adrinjalali maybe we can merge this one right now and address the listed entries in other PRs? This might ease the review given that lots of stuff are moved around in this one
@@ -483,3 +520,15 @@ Miscellaneous | |||
`~sklearn.base.ClassifierMixin`. This tag is used to ensure that a proper | |||
error message is raised when y was expected but None was passed. | |||
:pr:`16622` by `Nicolas Hug`_. | |||
|
|||
- |API| Most constructor and function parameters are now expected to be passed |
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.
Wanna do it? I'm happy to help if needed
created #17057. We can merge this one and move forward as you suggest @NicolasHug |
…into 0.23/whats_new
Towards #17010.
Cleaning ups to whats_new.
Some cases which need fixes:
Not sure:
Need entry: