Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[D] Good Alternatives to pyLDAvis?

Working on a Topic Modeling project and I came across pyLDAvis for the first time and decided to give it a go. While my corpus is relatively large, it is taking far long than the time it took to preprocess and train my Topic Modeling models to create the visualization. I am unsure if I am doing something wrong, but are there any alternatives to this package? I saw some demos on websites and it just looks amazing.

For reference, here is the code I am running (model, vectorized data, and vectorizer):

pyLDAvis.enable_notebook() viz = pyLDAvis.sklearn.prepare(lda_model, vectorized_data, count_vect) viz 

Any suggestions would be wonderful!

submitted by /u/Fender6969
[link] [comments]