Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 372 Bytes

File metadata and controls

4 lines (3 loc) · 372 Bytes

Movie-recommendation-system-on-netflix-data

This repo has code for movie recommendation system working on collaborative filtering.

Running the Collaborative_filtering.py will first predict the missing ratings in the data based on available ratings and compare the predicted value against given test data, and yields the RMSE value (around 1) on the given netflix data.