courses icon indicating copy to clipboard operation
courses copied to clipboard

Download movielens datasets and pandas way to encode userid and movieid

Open enfeizhan opened this issue 8 years ago • 0 comments

  • 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.

enfeizhan avatar Nov 07 '17 11:11 enfeizhan