-
Notifications
You must be signed in to change notification settings - Fork 47
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
make it easy to discover and load datasets #131
Comments
Have you seen https://github.com/lorenzoh/FeatureRegistries.jl? In FastAI.jl, it's used to create such a list, make it easier to search for datasets and handle the downloading: https://fluxml.ai/FastAI.jl/dev/references/FastAI.Registries.datasets |
Curiously, what's the relationship between |
FastAI.jl will allow loading datasets from MLDatasets.jl. If MLDatasets.jl wants to include a feature registry for datasets, I'd also be happy to merge additional datasets currently in FastAI.jl into MLDatasets.jl (i.e. everything here: https://course.fast.ai/datasets) |
We should also consider adding license and citing information with each dataset/datahub. |
How about using FeatureRegistries.jl for this? |
We could provide some convenience functions like
list_datasets()
and `load_dataset("mnist").The text was updated successfully, but these errors were encountered: