This is a one-class binary classifier for sentiment analysis classifying movie reviews from the IMDB. It's based on an in-class contest of Michigan State University provided through Kaggle. The stopwords list is provided by RANKS NL.
- python>=3
- numpy
- pandas
- scikit-learn