Open Eleonore9 opened 8 years ago
Those files don't actually exist under the name suggested by the Readme. I found this inconsistency frustrating when trying my own code.
For the hackernews example, some models can be found in the directory: lda2vec/examples/hacker_news/lda2vec/
There is no visualization provided for the hackernews example. The only visualization example with lda2vec results that I'm aware of is here: http://nbviewer.jupyter.org/github/cemoody/lda2vec/blob/master/examples/twenty_newsgroups/lda2vec/lda2vec.ipynb
Thanks a lot @nanader! I'd like to try and update the docs, then! I think it'd be useful for other people.
The Readme for the
hacker_news
example refers to amodel.py
andvisualize.py
. I couldn't find those files.