Sentiment Analysis on Tweet Samples using Logistic Regression

From this notebook, you will learn about logistic regression. Concretely, you will learn how to implement logistic regression for sentiment analysis on tweets. Given a tweet, you will decide if it has a positive sentiment or a negative one.

;