There was an error while loading. Please reload this page.
1 parent b01c8c4 commit 7955ce0Copy full SHA for 7955ce0
doc/whats_new.rst
@@ -34,6 +34,11 @@ Enhancements
34
Bug fixes
35
.........
36
37
+ - :class:`sklearn.manifold.LocallyLinearEmbedding` now correctly handles
38
+ integer inputs
39
+ (`#6282 <https://github.com/scikit-learn/scikit-learn/pull/6282>`_) by
40
+ `Jake Vanderplas`_.
41
+
42
- The ``min_weight_fraction_leaf`` parameter of tree-based classifiers and
43
regressors now assumes uniform sample weights by default if the
44
``sample_weight`` argument is not passed to the ``fit`` function.
0 commit comments