Closed emonson closed 3 years ago
Oh, wow! I love this. Thanks so much, @emonson. Do you mind if I include this code in my textbook and cite you?
@emonson Your suggestion has been incorporated into the book: https://melaniewalsh.github.io/Intro-Cultural-Analytics/05-Text-Analysis/03-TF-IDF-Scikit-Learn.html#visualize-tf-idf Thank you again!
Hey Melanie,
Just in case you're interested, at the end of your TF-IDF-Scikit-Learn lesson I created a visualization of the TF-IDF results for the presidential speeches, and I think it's kind of a fun way to look at the results. It uses the Altair visualization module, which can be easily installed with
conda install altair
orpip install altair
. Below is the code if you are curious and want to try it out.Best, -Eric