Twitter Sentiment Analysis: Part 1
by Kevin bonds,
at 10 December 2019, category :
Text analysis
Sentiment analysis
Feature engineering
The following is an analysis of the Twitter Sentiment Analysis Dataset available at: http://thinknook.com/twitter-sentiment-analysis-training-corpus-dataset-2012-09-22/. I will attempt to use this data to train a model to label unseen tweets into “Positive” or “Negative” sentiment. I will walk through my methodology and include code.
read more