Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 396 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 396 Bytes

recommendersystem

Build 3 different types of recommendation systems by using the yelp data to predict ratings/stars for given user ids and business ids. Evaluate the accuracy of recommendation systems through RMSE.

Case1:Model-based CF recommendation system with SparkMLlib Alternating Least Square (ALS) Case2:User-based CF recommendation system

Case3: Item-based CF recommendation system