Skip to content

Commit

Permalink
Add t-SNE to whatsnew
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Jan 24, 2015
1 parent 7c3a86b commit bdcea50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,9 @@ Highlights
- Added :class:`linear_model.RANSACRegressor` for robust regression
models.

- Added dimensionality reduction with :class:`manifold.TSNE` which can be
used to visualize high-dimensional data.


Changelog
---------
Expand Down Expand Up @@ -483,6 +486,8 @@ New features
- Added :class:`linear_model.MultiTaskElasticNetCV` and
:class:`linear_model.MultiTaskLassoCV`. By `Manoj Kumar`_.

- Added :class:`manifold.TSNE`. By Alexander Fabisch.

Enhancements
............

Expand Down

0 comments on commit bdcea50

Please sign in to comment.