Skip to content

Commit 67a8b7d

Browse files
committed
DOC / Website update whatsnew with RF speed fix and utils.shuffle pass through fix.
1 parent 539f488 commit 67a8b7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/whats_new.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ Bug fixes
2727
- Fix a bug in :class:`cluster.KMeans` when ``precompute_distances=False``
2828
on fortran-ordered data.
2929

30+
- Fix a speed regression in :class:`ensemble.RandomForestClassifier`'s ``predict``
31+
and ``predict_proba`` by `Andreas Müller`_.
32+
33+
- Fix a regression where ``utils.shuffle`` converted lists and dataframes to arrays, by `Olivier Grisel`_
34+
3035

3136
0.16
3237
====

0 commit comments

Comments
 (0)