Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 332 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 332 Bytes

review-classification

A python program developed using scikit-learn library that predicts whether a review is good or bad. It is a simple program that shows machine learning workflow in python for text classification problem. For the dataset from Yelp an accuracy of 92% was achieved using simple multinomial naive bayes model.