Skip to content

Commit aba85e8

Browse files
rthjnothman
authored andcommitted
DOC A few what's new fixes for 0.21.3 (scikit-learn#14500)
1 parent 926eda8 commit aba85e8

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

doc/whats_new/v0.21.rst

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Changelog
2929
:mod:`sklearn.cluster`
3030
......................
3131

32-
- |Fix| Fixed a bug in :class:`cluster.KMeans` where computation was single
33-
threaded when `n_jobs > 1` or `n_jobs = -1`.
32+
- |Fix| Fixed a bug in :class:`cluster.KMeans` where computation with
33+
`init='random'` was single threaded for `n_jobs > 1` or `n_jobs = -1`.
3434
:pr:`12955` by :user:`Prabakaran Kumaresshan <nixphix>`.
3535

3636
- |Fix| Fixed a bug in :class:`cluster.OPTICS` where users were unable to pass
@@ -54,11 +54,18 @@ Changelog
5454
:func:`datasets.fetch_covtype`,
5555
:func:`datasets.fetch_kddcup99`, :func:`datasets.fetch_olivetti_faces`,
5656
:func:`datasets.fetch_rcv1`, and :func:`datasets.fetch_species_distributions`
57-
try to persist the previously cache using the new ``joblib`` if the cahced
57+
try to persist the previously cache using the new ``joblib`` if the cached
5858
data was persisted using the deprecated ``sklearn.externals.joblib``. This
5959
behavior is set to be deprecated and removed in v0.23.
6060
:pr:`14197` by `Adrin Jalali`_.
6161

62+
:mod:`sklearn.ensemble`
63+
.......................
64+
65+
- |Fix| Fix zero division error in :func:`HistGradientBoostingClassifier` and
66+
:func:`HistGradientBoostingRegressor`.
67+
:pr:`14024` by `Nicolas Hug <NicolasHug>`.
68+
6269
:mod:`sklearn.impute`
6370
.....................
6471

@@ -100,6 +107,10 @@ Changelog
100107
- |Fix| Fixed bug in :func:`tree.export_text` when the tree has one feature and
101108
a single feature name is passed in. :pr:`14053` by `Thomas Fan`.
102109

110+
- |Fix| Fixed an issue with :func:`plot_tree` where it displayed
111+
entropy calculations even for `gini` criterion in DecisionTreeClassifiers.
112+
:pr:`13947` by :user:`Frank Hoang <fhoang7>`.
113+
103114
.. _changes_0_21_2:
104115

105116
Version 0.21.2
@@ -131,12 +142,6 @@ Changelog
131142
`drop` parameter was not reflected in `get_feature_names`. :pr:`13894`
132143
by :user:`James Myatt <jamesmyatt>`.
133144

134-
:mod:`sklearn.tree`
135-
...................
136-
137-
- |Fix| Fixed an issue with :func:`plot_tree` where it display
138-
entropy calculations even for `gini` criterion in DecisionTreeClassifiers.
139-
:pr:`13947` by :user:`Frank Hoang <fhoang7>`.
140145

141146
:mod:`sklearn.utils.sparsefuncs`
142147
................................

0 commit comments

Comments
 (0)