Closed brycecf closed 6 years ago
Looking at #1445, it looks like the issue is that one of the top n tokens do not appear in the fold that was left out, which leads me to my next question: is there anyway to address this and still use kfold cross-validation?
OS: macOS High Sierra 10.13.4 Python Version: 3.6.5 Gensim Version: 3.4.0
I am using the
sklearn_api.ldamodel.LdaTransformer
in an sklearn RandomizedSearchCV:Once the hyperparameter search hits
num_topics=20
anddecay==0.01
, I start getting these warnings:Then, at the conclusion of the search, I get a very long stack trace for
TransportableException
for aZeroDivisionError
.From what I understand of the
u_mass
formula, and my BoW representations, I am not sure what is going on here...stacktrace.txt