Skip to content

Commit

Permalink
updated download url
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Celma committed Feb 29, 2012
1 parent 0ad70f4 commit 2b074e7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,20 @@ Last.fm

.. code-block:: python
$ cd /tmp/
$ wget http://mtg.upf.edu/static/datasets/last.fm/lastfm-dataset-360K.tar.gz
$ tar xvzf lastfm-dataset-360K.tar.gz
cd /tmp/
wget http://mtg.upf.edu/static/datasets/last.fm/lastfm-dataset-360K.tar.gz
tar xvzf lastfm-dataset-360K.tar.gz
2. (Faster way) Download this `tar file`_ that already contains the matrix.dat (~17M lines), and copy the 3 files to /tmp

.. _`tar file`: http://csc.media.mit.edu/docs/divisi2/install.html
.. _`tar file`: http://www.dtic.upf.edu/~ocelma/MusicRecommendationDataset/lastfm360K-svd-example.tar.gz


.. code-block:: python
$ cd /tmp/
$ wget http://www.dtic.upf.edu/~ocelma/MusicRecommendationDataset/lastfm360K-svd-example.tar.gz
$ tar xvzf lastfm360K-svd-example.tar.gz
cd /tmp/
wget http://www.dtic.upf.edu/~ocelma/MusicRecommendationDataset/lastfm360K-svd-example.tar.gz
tar xvzf lastfm360K-svd-example.tar.gz
and then just copy these 10 lines of code!

Expand Down

0 comments on commit 2b074e7

Please sign in to comment.