-
-
Notifications
You must be signed in to change notification settings - Fork 249
Description
Define You:
- Hacktoberfest2021 Participant
- Contributor
Is your feature request related to a problem? Please describe.
I'd like to work on a movie recommendation system that predicts movies based on certain predictions and reviews on similar movies.
To predict movies on the basis of ratings and other parameters for users. An advanced version of this is used in apps like Netflix, Amazon Prime Video etc.
I'd like to use some data preprocessing techniques, followed by KNN algorithm, to make predictions for movies
Approach to be followed (optional):
I will be using data preprocessing techniques to clean, the data, remove missing values, perform scaling etc.
Then I will use KNN algorithm to make predictions of movies which fall in similar categories as the movie selected by the user.
Additional context
Dataset used : https://grouplens.org/datasets/movielens/