Skip to content

Instantly share code, notes, and snippets.

@elliottcordo
Created October 21, 2014 22:04
Show Gist options
  • Save elliottcordo/21d76e54e111ffd686dc to your computer and use it in GitHub Desktop.
Save elliottcordo/21d76e54e111ffd686dc to your computer and use it in GitHub Desktop.
wget movie lense
# download MovieLens data
wget --output-document=data/ml-100k.zip http://www.grouplens.org/system/files/ml-100k.zip
wget --output-document=data/ml-1m.zip http://www.grouplens.org/system/files/ml-1m.zip
wget --output-document=data/ml-10m.zip http://files.grouplens.org/papers/ml-10m.zip
cd data
# unzip data
unzip ml-100k.zip
unzip ml-1m.zip
unzip ml-10m.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment