-
-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Movie Recommendation System. #570
Comments
You can work on it once you finish off the earlier PR. @ramya-neelakantan |
Maam I have submitted a pull request on the earlier one (Next word prediction)... Please let me know if any changes are required |
Ok, issue assigned. @ramya-neelakantan |
Update please? @ramya-neelakantan |
I'll be submitting it today maam |
Maam someone has already made a submission for the same project and it has been merged... Should I add mine too? |
Oops, its already done then. I haven't noticed it. More a day is available, if you're interested you can chose another issue to work on. @ramya-neelakantan |
Define You:
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/
The text was updated successfully, but these errors were encountered: