jamescalam commited on
Commit
1677f37
1 Parent(s): b77b27d

Update movielens-recent-ratings.py

Browse files
Files changed (1) hide show
  1. movielens-recent-ratings.py +1 -1
movielens-recent-ratings.py CHANGED
@@ -13,7 +13,7 @@ year={2022}
13
  """
14
 
15
  _DESCRIPTION = """\
16
- This is a dataset that streams user ratings from the MovieLens 25M dataset from the MovieLens servers.
17
  """
18
  _HOMEPAGE = "https://grouplens.org/datasets/movielens/"
19
 
 
13
  """
14
 
15
  _DESCRIPTION = """\
16
+ This dataset streams recent user ratings from the MovieLens 25M dataset and adds poster URLs.
17
  """
18
  _HOMEPAGE = "https://grouplens.org/datasets/movielens/"
19