Skip to content

Twitter sentiment analysis part 5: Tfidf vectorizer, model comparison, lexical approach

Notifications You must be signed in to change notification settings

tthustla/twitter_sentiment_analysis_part5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Another Twitter Sentiment Analysis with Python - Part 5

Attached Jupyter Notebook is the part 5 of the Twitter Sentiment Analysis project I implemented as a capstone project for General Assembly's Data Science Immersive course.

Accompanying blog posts can be found from my Medium account: https://medium.com/@rickykim78

Below implementations can be found in the attached notebook.

Tf-Idf Vectorizer

experiment with

  • varying vocabulary size
  • n-grams

Models Comparison

various models has been tested with the features extracted from Tf-Idf vectorizer

Lexical Approach

sentiment classifier using custom-defined positivity metric based on lexical approach

About

Twitter sentiment analysis part 5: Tfidf vectorizer, model comparison, lexical approach

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published