-
Natural Language Processing - Twitter Sentiment Analysis
-
I used a Naive Bayes Classifier (NB) to learn the correct labels from the training data. I used training dataset from Sentiment140 at sentiment140.com. The dataset comes with prelabeled columns containing one of two binary targets.
ML Portfolio #3
- Python 3.*
- Anaconda 3.6.*
Check out the file 'requirements.txt'
You can view a fully rendered notebook by following this nbviewer link:
The twitter data downloaded for sentiment analysis contains some offensive tweets since it is twitter after all!
This project is licensed under the MIT License - see the LICENSE.md file for details