Skip to content

Commit

Permalink
DOC Updated link to Laurens van der Maaten's home page (scikit-learn#…
Browse files Browse the repository at this point in the history
…11907)

The references section of TSNE class documentation contained broken link to van der Maaten's home page (that has moved to GitHub).
The home page contains FAQ, examples and other resources.
  • Loading branch information
RomanKosobrodov authored and qinhanmin2014 committed Aug 25, 2018
1 parent 4bce452 commit 216faf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/manifold/t_sne.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ class TSNE(BaseEstimator):
Using t-SNE. Journal of Machine Learning Research 9:2579-2605, 2008.
[2] van der Maaten, L.J.P. t-Distributed Stochastic Neighbor Embedding
http:https://homepage.tudelft.nl/19j49/t-SNE.html
https:https://lvdmaaten.github.io/tsne/
[3] L.J.P. van der Maaten. Accelerating t-SNE using Tree-Based Algorithms.
Journal of Machine Learning Research 15(Oct):3221-3245, 2014.
Expand Down

0 comments on commit 216faf8

Please sign in to comment.