Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace MovieLens loaders with load_movielens function #455

Merged
merged 38 commits into from
Jul 25, 2024

Conversation

mdekstrand
Copy link
Member

This replaces the old lenskit.datasets.movielens module and its classes with a load_movielens function that loads MovieLens data directly into a Dataset (optionally from the zip file directly instead of requiring it to be unzipped). Closes #442.

@mdekstrand mdekstrand added the data Data management support. label Jul 25, 2024
@mdekstrand mdekstrand added this to the 2024.1 milestone Jul 25, 2024
@mdekstrand mdekstrand merged commit 4605398 into lenskit:main Jul 25, 2024
38 checks passed
@mdekstrand mdekstrand deleted the feature/442-replace-ml-loaders branch July 25, 2024 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data Data management support.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Update MovieLens loader to return datasets
1 participant