Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 535 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 535 Bytes

Movie-Recommender-System-using-Spark-with-PySpark

Built a movie recommendation system using explicit feedback of movie ratings by user's aka Alternating Least Squares (ALS) - Collaborative Filtering. I have used Spark with PySpark API, Spark SQL and Spark MLlib for this project.

I used a small dataset from MovieLens Dataset, movielens data set, becuase of my computer's limit.

Please open the Jupyter notebook file for a complete view of the project with a detailed explanation.