Skip to content

Discovering which politicians are leaders or responders in conversations. Tweets by politicians were analyzed in Python over a 4 year span. To extract the top 3 topics for each candidate each month, tweets were grouped monthly using Pandas, LDA models were built for each month. The correlation of each topic was found with all others and is used …

Notifications You must be signed in to change notification settings

philipbutler/PoliticalTweetTopics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoliticalTweetTopics

Poster for Suffolk STEAM Reception: https://drive.google.com/file/d/1x8KmIDuYnOsiTz4BbkfmHYZn4zxgJYpe/view?usp=sharing

Discovering which politicians are leaders or responders in conversations. Tweets by politicians were analyzed in Python over a 4 year span. To extract the top 3 topics for each candidate, tweets were grouped monthly using Pandas, and LDA models were built. The correlation of each topic was found with all others and is used to build a weighted graph using NetworkX.

About

Discovering which politicians are leaders or responders in conversations. Tweets by politicians were analyzed in Python over a 4 year span. To extract the top 3 topics for each candidate each month, tweets were grouped monthly using Pandas, LDA models were built for each month. The correlation of each topic was found with all others and is used …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages