We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539f488 commit 67a8b7dCopy full SHA for 67a8b7d
doc/whats_new.rst
@@ -27,6 +27,11 @@ Bug fixes
27
- Fix a bug in :class:`cluster.KMeans` when ``precompute_distances=False``
28
on fortran-ordered data.
29
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
35
36
0.16
37
====
0 commit comments