This project aims at building a machine learning system includes a SVM binanry classifier (which is trained using various positive and negative movie reviews) which can succesfully predict whether a given review is postive or negative. This project makes use of various python libraries and to avoid compactability issues pipenv, a packaging tool for python is used. Prerequisites for running this code,
- Machine with pipenv installed
- A Machine with reasonably good configuration
Fork / download this project
$ cd movie_review_sentiment_analysis
$ pipenv install
$ pipenv shell
$ python coursework_pt2.py
Want to contribute? Great! Please feel free to fork the repository and make changes which you think will improve this project. Assign pull requests to me
- Train the model using more features
- Improve metrics, target accuracy 90% +
MIT
Free Software