NLP - Topic Modeling
Given the following code snippet, what will be the output when visualizing with
pyLDAvis?
import pyLDAvis.gensim vis_data = pyLDAvis.gensim.prepare(lda_model, corpus, dictionary) pyLDAvis.show(vis_data)Choose the correct description of the output.
