Skip to content

Commit

Permalink
Update what's new
Browse files Browse the repository at this point in the history
  • Loading branch information
arjoly committed Oct 23, 2015
1 parent 965a715 commit 0ba5c24
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ Enhancements
have been deprecated and the classes and functions have been reorganized into
the :mod:`model_selection` module. (`#4294 https://github.com/scikit-learn/scikit-learn/pull/4294>`_) by `Raghav R V`_.

- The random forest, extra trees and decision tree estimators now has a
method ``decision_path`` which returns the decision path of samples in
the tree. By `Arnaud Joly`_

- A new example has been added unveling the decision tree structure.
By `Arnaud Joly`_

Bug fixes
.........
Expand All @@ -53,7 +59,7 @@ Bug fixes
- Fixed bug in :func:`manifold.spectral_embedding` where diagonal of unnormalized
Laplacian matrix was incorrectly set to 1. By `Peter Fischer`_.

- Fixed incorrect initialization of :func:`utils.arpack.eigsh` on all
- Fixed incorrect initialization of :func:`utils.arpack.eigsh` on all
occurrences. Affects :class:`cluster.SpectralBiclustering`,
:class:`decomposition.KernelPCA`, :class:`manifold.LocallyLinearEmbedding`,
and :class:`manifold.SpectralEmbedding`. By `Peter Fischer`_.
Expand Down

0 comments on commit 0ba5c24

Please sign in to comment.