Ilya Palachev
Ilya Palachev
It seems that visualization can be done (after the fitting is done) as follows: ``` import pyLDAvis vocabulary = list(vocab) doc_topic_dists = [mgp.score(doc) for doc in tqdm(docs)] doc_lengths = [len(doc)...
> Hey, i just tried to use this algorithm to plot my pyLDAvis graph but i had this weird error: > > ``` > 100%|██████████| 10000/10000 [00:10 100%|██████████| 10000/10000 [00:00...
> Really appreciate your help dude. Nice job It would be great if you make a fork with this method implemented.
I think that prepare_data function could be a method of MovieGroupProcess class.
> > > Really appreciate your help dude. Nice job > > > > > > It would be great if you make a fork with this method implemented. >...
> got it. Now the error w the complex number ig It seems to be better to have full source code to help you to debug the issue. Do you...
Found one more case: in A.22 it's said that there is no support parameter unpacking in 2to3. But there is one: https://docs.python.org/2/library/2to3.html#2to3fixer-tuple_params