Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 416 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 416 Bytes

Sentimental-Analysis

Sentimental Analysis using numpy, scipy, and sklearn in Python. Here goal is to build a text classifier to determine whether a movie review is expressing positive or negative sentiment and data is from the website IMDB.com. I have used 5Fold cross-validation on test data to train the classifier and used Logistic Regression model from sklearn. Part of Assignment series for CS579 Course.