courses
courses copied to clipboard
Download movielens datasets and pandas way to encode userid and movieid
- Added bash commands to download movielens datasets into data/ folder, unzip, copy and paste csv files, and remove zip file and folder.
- Replace .apply method with .map method. .map is an pandas idiom so it's faster when userid2idx is bigger.