Skip to content

Commit

Permalink
update jester dataset link
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Jan 17, 2020
1 parent 59e6886 commit 3b3b1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion surprise/builtin_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_dataset_dir():
),
'jester':
BuiltinDataset(
url='http://eigentaste.berkeley.edu/dataset/jester_dataset_2.zip',
url='http://eigentaste.berkeley.edu/dataset/archive/jester_dataset_2.zip',
path=join(get_dataset_dir(), 'jester/jester_ratings.dat'),
reader_params=dict(line_format='user item rating',
rating_scale=(-10, 10))
Expand Down

0 comments on commit 3b3b1f8

Please sign in to comment.