Predict new check-ins on Foursquare using collaborative filtering.
- Download Dingqi Yang's 'User Profile Dataset' and 'Global-scale Check-in Dataset with User Social Networks' here and place them in the directory of this repository.
- Run
Processing.ipynb
to generategender-checkins-complete.csv
(a subset of the check-in dataset). - Run
Memory-Based CF.ipynb
ormatrix_factorization.ipynb
to predict check-ins.