Skip to content

A ML pipeline to train sentiment analysis models with tweets.

Notifications You must be signed in to change notification settings

TomoLPT/sentiment-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

sentiment-analysis

A ML pipeline to train sentiment analysis models with tweets.
Choice between a hashing vectorizer (faster) and term frequency–inverse document frequency vectorizer (more accurate).
Classifier is Naive Bayes. Uses SK-learn.

A hashing vectorizer model is saved in this repository, trained on 1 million tweets classified as positive or negative sentiments.

About

A ML pipeline to train sentiment analysis models with tweets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages