nikhilsu / Movie-review-classifier

Sentiment analysis on movie reviews to classify them into positive and negative reviews

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Review Classifier

Applying feature engineering in order to boost the acc of the model. Using 3 fold cross validation to tune hyper-parameters. Using logistic regression and l2 regularization for classification.

Dependencies

  • sklearn
  • numpy

Run

python src/feature_eng.py

About

Sentiment analysis on movie reviews to classify them into positive and negative reviews


Languages

Language:Python 100.0%