Skip to content

Commit

Permalink
add ML32M
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Dec 10, 2024
1 parent 4315942 commit ccdfb2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lenskit/lenskit/data/movielens.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class MLVersion(Enum):
ML_10M = "ml-10m"
ML_20M = "ml-20m"
ML_25M = "ml-25m"
ML_32M = "ml-32m"
ML_LATEST_SMALL = "ml-latest-small"
ML_LATEST = "ml-latest"
ML_MODERN = "ml-modern"
Expand Down

0 comments on commit ccdfb2f

Please sign in to comment.