Skip to content

Commit bdcea50

Browse files
Add t-SNE to whatsnew
1 parent 7c3a86b commit bdcea50

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
@@ -437,6 +437,9 @@ Highlights
437437
- Added :class:`linear_model.RANSACRegressor` for robust regression
438438
models.
439439

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

441444
Changelog
442445
---------
@@ -483,6 +486,8 @@ New features
483486
- Added :class:`linear_model.MultiTaskElasticNetCV` and
484487
:class:`linear_model.MultiTaskLassoCV`. By `Manoj Kumar`_.
485488

489+
- Added :class:`manifold.TSNE`. By Alexander Fabisch.
490+
486491
Enhancements
487492
............
488493

0 commit comments

Comments
 (0)