This document discusses a machine learning project that aims to predict restaurant ratings and popularity changes on Yelp using logistic regression, naive bayes, and multinomial naive bayes models. The project uses a Yelp dataset containing 20000 restaurant reviews to evaluate these algorithms. Logistic regression performed slightly better than the other methods at predicting ratings, though all methods' predictions still require improvement. More data and tailored methods may enhance predictions.