Sentiment classification in Python

Sentiment analysis with VADER and TextBlob, and supervised text classification with scikit-learn

Zolzaya Luvsandorj
Towards Data Science
16 min readSep 12, 2020

--

This post is the last of the three sequential posts on steps to build a sentiment classifier. Having done some exploratory text analysis and preprocessed the text, it’s time to classify reviews to sentiments. In this post, we will first look at 2 ways to get sentiments without building a model then build a custom model.

--

--