jeremymanning / hypertools

A python toolbox for gaining geometric insights into high-dimensional data
http://hypertools.readthedocs.io/en/latest/
MIT License
1 stars 1 forks source link

add basic support for text data: scikit-learn #8

Closed jeremymanning closed 3 years ago

jeremymanning commented 4 years ago

when the user passes in text data, update format_data to project it into a word embedding space using built-in scikit-learn models (LDA, NMF)

jeremymanning commented 4 years ago

note: this should be implemented as a "text" module