Training 7000 documents is taking more than 5 hours #12851
-
As stated, I'm making an instance of the LDA model using multiple cores yet it still taking over 5 hours for the code to finish. As seen in the code, I'm trying to gather the coherence score for 5 different k. Any suggestions? I feel like this is awfully slow for what I'm trying to do coherence = [] for k in range(5, 10):
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This appears to be a specific usage question about the |
Beta Was this translation helpful? Give feedback.
This appears to be a specific usage question about the
gensim
library. Please use their support forum for such questions.