dominiek / word2vec-explorer

Tool for exploring Word Vector models
MIT License
178 stars 44 forks source link

Switch to scikit-learn TSNE #7

Open wolfv opened 6 years ago

wolfv commented 6 years ago

It's trivial and recommended to switch to scikit learns TSNE implementation

wolfv commented 6 years ago

Added benefit: python3 compatibility, no need to compile tsne package.

DXcarlos commented 5 years ago

how can I switch to scikit learn?