Open tonygracious opened 2 years ago
I meet same situation, can't download dataset from link.
woo! I had download data by using shell command in download_data.sh, it works. wget http://snap.stanford.edu/jodie/reddit.csv -P data/ wget http://snap.stanford.edu/jodie/wikipedia.csv -P data/ wget http://snap.stanford.edu/jodie/mooc.csv -P data/ wget http://snap.stanford.edu/jodie/lastfm.csv -P data/
also can use 'curl -o data/wikipedia.csv http://snap.stanford.edu/jodie/wikipedia.csv' comand in Windows.
The dataset link seems broken.