/kNN_Recommender_System

The objective of this project is to build a kNN-based recommender system in order to predict the top 5 movie based on a given movie, in this case "The Post". As there is no need for classification or regression, the nearestNeighbors model and neighrbors() method are used to find the 5 most closely related films.

Primary LanguageJupyter Notebook

Stargazers