gregversteeg / corex_topic

Hierarchical unsupervised and semi-supervised topic models for sparse count data with CorEx
Apache License 2.0
626 stars 119 forks source link

Hierarchical topic model visualization #47

Open ryanjgallagher opened 3 years ago

ryanjgallagher commented 3 years ago

The graphviz functions for visualizing the topic model are finicky and it's costly to have to update them with respect to both networkx and graphviz.

Two proposed options : 1 . We add a function that makes it easy to get to the hierarchy edge list so that others could more easily visualize the hierarchy themselves

  1. We go a step further and rework the visualization code so it just uses networkx
gregversteeg commented 3 years ago

Wow, I so agree!