x-tabdeveloping / topicwizard

Powerful topic model visualization in Python
https://x-tabdeveloping.github.io/topicwizard/
MIT License
96 stars 13 forks source link

Switch to UMAP #6

Closed x-tabdeveloping closed 1 year ago

x-tabdeveloping commented 1 year ago

TSNE is very slow and I have to resort to stupid methods for speeding it up like adding SVD layers in front of it and whatnot, it would be really nice to just use UMAP instead.

x-tabdeveloping commented 1 year ago

UMAP switch done.