angeloskath / supervised-lda

A flexible variational inference LDA library.
MIT License
22 stars 5 forks source link

Sparse matrix support? #20

Open richardknudsen opened 6 years ago

richardknudsen commented 6 years ago

Hi, thanks for the great library!

I am using the console application on large-scale twitter datasets. Is there any way to feed sparse matrices into the applications? Converting everything to numpy becomes a pain, when the doc-term matrix is big.

Thanks, Richard