Cheuk Ting Ho
Project repo: github.com/Cheukting/knn_recommender
* start downloading the datasets *
30 mins - understand recommenders
10 mins - have a look at our project:
https://github.com/Cheukting/knn_recommender
50 mins - work on data preparation
50 mins - work on model
10 mins - try it out
Data: ratings.csv and movies.csv from MovieLens Datasets (full version)
Method: collaborative filtering
Problem: Unpopular movies, inactive users -> sparse data points
Kevin Laio (KevinLiao159) for original code and blog post
PyScript: https://pyscript.net/
Project repo: https://github.com/Cheukting/knn_recommender