Chris Pollett > Students > Padmashali
[Bio] [Blog] [Netflix Recommender System - PDF File] [CS 298 Final Presentation Slides - PDF File] |
Yelp Recommender System.
Description: I have made use of the following features - "business_id", "user_id", "stars" for prediction. I have tried to predict by computing the business/restaurant and user biases by aggregating the data. I have calculated the biases of users and businesses with respect to the overall average rating. This recommender system tries to leverage the fact that some users have a habit of rating poorly, while some rate generously. Similarly, with the restaurants, some restaurants have a higher restaurant quality than other reataurants. Example: Suppose we want to predict what user "Sarika" would rate the restaurant "In-n-Out Burger" and the overall average rating = 3.7, the users and the restaurants bias comes out to be 1.7 and -1.2 respectively then the predicted rating would be 3.7 + 1.7 -1.2 = 4.2.
|