Topic Modeling: Change LdaModel to LdaMultiCore
Open
meal
text expert
- Dominant language
- Python
- Stars
- 134
- Forks
- 86
- Avg merge
- 6d 5h
- Merged PRs (30d)
- 1
Description
**Is your feature request related to a problem? Please describe.**
LDA can be faster.
**Describe the solution you'd like**
Replace the current LdaModel from gensim with its LdaMultiCore.
**Describe alternatives you've considered**
Write parallelization on our own?
**Additional context**
/
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the current topic-modeling implementation and its tests, then inspect how the existing gensim LdaModel is configured and invoked. Compare the LdaMultiCore interface and verify that the topic-modeling workflow and its tests still pass with the requested replacement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100