Created
July 28, 2023 21:54
-
-
Save abhijeet-talaulikar/435589b6b115d9e544127ada6319790f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Intertopic distance map | |
topic_model.visualize_topics() | |
# Topic similarities | |
topic_model.visualize_heatmap() | |
# Leading keywords in topics | |
topic_model.visualize_barchart() | |
# Term score trends | |
topic_model.visualize_term_rank() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment