Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@rth
Copy link
Member

@rth rth commented Jul 29, 2019

A few what's new fixes for 0.21.3 (#14188)

These should be merged into master, than back-ported to 0.21.X

TODO

  • finish going through the list of commits.

- |Fix| Fixed a bug in :class:`cluster.KMeans` where computation was single
threaded when `n_jobs > 1` or `n_jobs = -1`.
- |Fix| Fixed a bug in :class:`cluster.KMeans` where computation with
`init='random'` was single threaded for `n_jobs > 1` or `n_jobs = -1`.
Copy link
Member Author

Choose a reason for hiding this comment

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

Indicating that multi-threading wasn't working in general was a bit vague


- |Fix| Fixed an issue with :func:`plot_tree` where it display
entropy calculations even for `gini` criterion in DecisionTreeClassifiers.
:pr:`13947` by :user:`Frank Hoang <fhoang7>`.
Copy link
Member Author

Choose a reason for hiding this comment

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

This was not part of 0.21.2 as far as I can tell.

Copy link
Member

Choose a reason for hiding this comment

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

I agree


- |Fix| Fix zero division error in :func:`HistGradientBoostingClassifier` and
:func:`HistGradientBoostingRegressor`.
:pr:`14024` by `Nicolas Hug <NicolasHug>`.
Copy link
Member Author

Choose a reason for hiding this comment

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

There was no what's new entry, but I think it's good to have one even if the estimators are experimental.

Copy link
Member

@jnothman jnothman left a comment

Choose a reason for hiding this comment

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

Thanks. Looking good!

@rth rth changed the title WIP DOC A few what's new fixes for 0.21.3 DOC A few what's new fixes for 0.21.3 Jul 29, 2019
@rth
Copy link
Member Author

rth commented Jul 29, 2019

Thanks @jnothman, included your suggestion. This is ready to be merged I think.


- |Fix| Fixed an issue with :func:`plot_tree` where it display
entropy calculations even for `gini` criterion in DecisionTreeClassifiers.
:pr:`13947` by :user:`Frank Hoang <fhoang7>`.
Copy link
Member

Choose a reason for hiding this comment

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

I agree

@jnothman jnothman merged commit d00f02e into scikit-learn:master Jul 29, 2019
@rth rth deleted the whats-new-0.21.3-fixes branch July 29, 2019 12:02
jnothman pushed a commit to jnothman/scikit-learn that referenced this pull request Jul 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants