Need assistance regarding the Principal components to be displayed in pyLDAvis. It shows PC1 and PC2 by default, however I am interested in exploring other components as well.
I referred this documentation but the specified option plot_opts={'xlab': 'PC1', 'ylab': 'PC2'}
only changes plot labels.
I am using pyLDAvis through gensim:
pyLDAvis.enable_notebook()
vis = pyLDAvis.gensim.prepare(lda_model, corpus, id2word)