piskvorky/gensim

Improving computational time in LDASeqModel

Open

#1,545 opened on 2017年8月22日

GitHub で見る
 (9 comments) (1 reaction) (0 assignees)Python (15,144 stars) (4,349 forks)batch import
Hacktoberfestdifficulty mediumfeaturegood first issueperformance

説明

Hi,

I was training a LDASeqModel on ~40k documents through 20 years (20 time slices in my case) and after 2 days of computation, still didn't finish.

I realized that only LDAModel is used in this class. Shouldn't be better to use LDAMulticore since it can also handle the case of single core ?

Thanks

コントリビューターガイド

Improving computational time in LDASeqModel · piskvorky/gensim#1545 | Good First Issue