gsantia / yelp-stars

Using machine learning to classify the number of stars associated with a yelp review based on the text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yelp stars regression

Ordinal regression in order to predict how many stars a Yelp review has, based on textual features and using Scikit-Learn. The dataset was provided by Yelp as part of their daily data science contest.

The work is presented in Jupyter notebooks with commentary. Start with charts.ipynb, then move onto modeling.ipynb.

About

Using machine learning to classify the number of stars associated with a yelp review based on the text


Languages

Language:Jupyter Notebook 99.1%Language:Python 0.9%