piskvorky/gensim

Improving computational time in LDASeqModel

Open

#1,545 创建于 2017年8月22日

在 GitHub 查看
 (9 评论) (1 反应) (0 负责人)Python (4,349 fork)batch import
Hacktoberfestdifficulty mediumfeaturegood first issueperformance

仓库指标

Star
 (15,144 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南