openml-python icon indicating copy to clipboard operation
openml-python copied to clipboard

Example request : "Create openml dataset from an image dataset" in documentation

Open prabhant opened this issue 5 years ago • 4 comments

I think it will be helpful to have an example to convert image datasets to open python datasets, We already have Image datasets on OpenML like cifar10 but currently, there is no documentation.

prabhant avatar Nov 27 '20 11:11 prabhant

As I uploaded some image datasets myself I thought it might be useful to share the scripts to do so as a starting point. Originally, I aimed at putting them in the dataset description, but it turns out that the scripts are too long for the dataset schema :(

mfeurer avatar Nov 27 '20 12:11 mfeurer

How much will this change when switching to parquet? I am all for adding relevant examples, but it would be wasteful to spend time writing documentation now that is outdated very soon.

PGijsbers avatar Nov 29 '20 10:11 PGijsbers