lda2vec icon indicating copy to clipboard operation
lda2vec copied to clipboard

Documentation outdated

Open Eleonore9 opened this issue 9 years ago • 2 comments

The Readme for the hacker_news example refers to a model.py and visualize.py. I couldn't find those files.

Eleonore9 avatar Jul 26 '16 10:07 Eleonore9

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

radekrepo avatar Jul 26 '16 12:07 radekrepo

Thanks a lot @nanader! I'd like to try and update the docs, then! I think it'd be useful for other people.

Eleonore9 avatar Jul 26 '16 13:07 Eleonore9