cemoody / lda2vec

MIT License
3.15k stars 628 forks source link

model.py and visualize.py files missing #29

Closed radekrepo closed 8 years ago

radekrepo commented 8 years ago

Hi,

I wanted to replicate an end-to-end process with the example of hacker news from the page: https://github.com/cemoody/lda2vec/tree/master/examples/hacker_news

I have found the file preprocess.py, but where are the files model.py and visualize.py? I can't find them anywhere on the github page

cemoody commented 8 years ago

OK, updated! There should be files for the Hacker News corpus are here:

https://github.com/cemoody/lda2vec/blob/master/examples/hacker_news/lda2vec/lda2vec.ipynb

https://github.com/cemoody/lda2vec/blob/master/examples/hacker_news/lda2vec/lda2vec_model.py

https://github.com/cemoody/lda2vec/blob/master/examples/hacker_news/lda2vec/word_vectors.ipynb