DmitryUlyanov / Multicore-TSNE

Parallel t-SNE implementation with Python and Torch wrappers.
Other
1.89k stars 228 forks source link

Fix broken URL link of Scikit-lean TSNE. #39

Closed hurutoriya closed 6 years ago

hurutoriya commented 6 years ago

I find broken URL link. Original : http://scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.htm Fixed : http://scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html

hurutoriya commented 6 years ago

Hi @DmitryUlyanov, its travis-ci failed checking is unrelated my commit. What should I do?

DmitryUlyanov commented 6 years ago

Thank you!