Sentiment Analysis using Python (Logestic Regression)
Dataset:-
- 17k rows of IMDB movie reviews.
A Sentiment Analysis Model built with Python by using:-
- CountVectorizer (To extract features from text)
- Scikit Learn (To split the data and to use Logestic Regression Model)
- WordCloud