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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃挕 [REQUEST] - <title>An inbuilt function to retrieve a list of datasets categorised by problem type (e.g., classification, regression, clustering). #2630

Open
1 task
xd932 opened this issue Oct 31, 2023 · 1 comment

Comments

@xd932
Copy link

xd932 commented Oct 31, 2023

馃殌 Descirbe the improvement or the new tutorial

PyTorch has inbuilt function to list all datasets.

`import torchvision.datasets as datasets

//Get a list of all datasets
all_datasets = datasets.all

//Print the list of datasets
print(all_datasets)
`
Rather than focusing on getting all the dataset, we can include a parameter. Parameter will take the type of task person wants to do e.g Clustering, Regression, Classification. After putting parameter all the related dataset according to task will be shown.

Overall, a built-in function to retrieve a list of datasets categorised by problem type would be a valuable addition to PyTorch. It would make it easier for users to find, discover, use, and share datasets.

Existing tutorials on this topic

No response

Additional context

No response

Tasks

No tasks being tracked yet.

Tasks

Tasks

No tasks being tracked yet.
@svekars
Copy link
Contributor

svekars commented Nov 1, 2023

This sounds like an improvement to the PyTorch itself rather than a tutorial request. Can you please file this in pytorch/pytorch instead? Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants