8000 DOC Whats new tweaks by jnothman · Pull Request #18604 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

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

Merged
merged 11 commits into from
Oct 13, 2020
Merged

DOC Whats new tweaks #18604

merged 11 commits into from
Oct 13, 2020

Conversation

jnothman
Copy link
Member

Putting entries in consistent order, and relabelling HalvingSearch as a major feature

Copy link
Member
@lorentzenchr lorentzenchr left a 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:

Comment on lines 166 to 167
8000
`regularization`, which can take the values `None`, `components`,
`transformation` or `both`, in accordance with
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`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

Copy link
Member

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`_.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
8000
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- |API| Mean absolute error ('mae') is now deprecated for the parameter
- |API| Mean absolute error (`'mae'`) is now deprecated for the parameter

@lorentzenchr
Copy link
Member

The failing CI seems completely unrelated to this PR.

Copy link
Member
@NicolasHug NicolasHug left a 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?

Comment on lines 166 to 167
`regularization`, which can take the values `None`, `components`,
`transformation` or `both`, in accordance with
Copy link
Member

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

@jnothman
Copy link
Member Author

Are you thinking of moving towards the next release?

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.

jnothman and others added 7 commits October 13, 2020 23:21
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>
< 8000 div class="Details-content--hidden mt-2">
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
@jnothman jnothman merged commit 1f217f3 into scikit-learn:master Oct 13, 2020
@jnothman jnothman deleted the whats_new_tweaks branch October 13, 2020 12:24
thomasjpfan pushed a commit to thomasjpfan/scikit-learn that referenced this pull request Oct 13, 2020
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
amrcode pushed a commit to amrcode/scikit-learn that referenced this pull request Oct 19, 2020
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
jayzed82 pushed a commit to jayzed82/scikit-learn that referenced this pull request Oct 22, 2020
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0