-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
DOC Whats new tweaks #18604
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 Whats new tweaks #18604
Conversation
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.
LGTM. Plus some more tweaks:smirk:
doc/whats_new/v0.24.rst
Outdated
8000 | `regularization`, which can take the values `None`, `components`, | |
`transformation` or `both`, in accordance with |
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.
`regularization`, which can take the values `None`, `components`, | |
`transformation` or `both`, in accordance with | |
`regularization`, which can take the values `None`, `'components'`, | |
`'transformation'` or `'both'`, in accordance with |
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.
IMHO backticks + quotes hurt readability. For these I think quotes are enough
- |Fix| Fixed a bug in | ||
:class:`ensemble.HistGradientBoostingRegressor` and | ||
:class:`ensemble.HistGradientBoostingClassifier` which can now accept data | ||
with `uint8` dtype in `predict`. :pr:`18410` by `Nicolas Hug`_. |
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.
with `uint8` dtype in `predict`. :pr:`18410` by `Nicolas Hug`_. | |
with `uint8` dtype in ``predict``. :pr:`18410` by `Nicolas Hug`_. |
:class:`ensemble.GradientBoostingRegressor` and returns `1`. | ||
:pr:`17702` by :user:`Simona Maggio <simonamaggio>`. | ||
|
||
- |API|: Mean absolute error ('mae') is now deprecated for the parameter | ||
- |API| Mean absolute error ('mae') is now deprecated for the parameter |
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.
- |API| Mean absolute error ('mae') is now deprecated for the parameter | |
- |API| Mean absolute error (`'mae'`) is now deprecated for the parameter |
The failing CI seems completely unrelated to this PR. |
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.
Thanks Joel, LGTM. Are you thinking of moving towards the next release?
doc/whats_new/v0.24.rst
Outdated
`regularization`, which can take the values `None`, `components`, | ||
`transformation` or `both`, in accordance with |
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.
IMHO backticks + quotes hurt readability. For these I think quotes are enough
I was looking through the change log and fixing things up as I went, not specifically towards release. But yes, I think we should be homing in on that: release highlights, etc. As you can probably tell, my time has been pretty limited lately. |
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com> Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com> Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com> Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Putting entries in consistent order, and relabelling HalvingSearch as a major feature