-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Export OpenML data to data package, Import data package to OpenML #482
Comments
To be able to import data packages into OpenML I think we need to first do the following steps:
Any help on this issue would be very appreciate 👏 🍰 |
Copying my response from gitter.im at request of @HeidiSeibold I note there are a few libs in Python for ARFF
And we have a documented way to convert to/from data backends here: https://github.com/frictionlessdata/tableschema-py#storage And some example implementations of the storage API at:
So writing an ARFF backend would be great! |
The issue datahubio/datahub#33 is in prinicple the same just the other way around. Both are equally helpful and important 😃 |
Interesting dataset: Maybe this one is a good place to start: Nice thing is that they have all the attribute file types, offered as a JSON file. Should be easy to convert to ARFF. What is still missing is the task, i.e. what you want to predict. There is also no description of what the dataset is about. I also couldn't figure out how to navigate DataHub. There are apparently 200+ datasets but I can only see a few of them on the website. |
That's a bug datahubio/datahub#32 |
Feedback from the frictionlessdata gitter:
|
There are now some machine learning data sets available as data packages: http://datahub.io/machine-learning Example: http://datahub.io/machine-learning/seismic-bumps I guess a first step now would be to check:
See also discussion datahubio/datahub#33 (comment) |
We decided ot wait until frictionlessdata/datapackage-r#13 is properly solved. |
Would be nice if we could do that. Would make it much easier for people to upload data to and to work with data from OpenML.
Data packages are defined by:
Why?
To improve user friendliness. See also:
https://docs.google.com/document/d/1c_RhDiXTK5bEsY5gGRuQwaF6fKilt4jKq2c_BRqyEDc/edit?usp=sharing
How is meta data specified in data packages?
https://specs.frictionlessdata.io/data-package/#metadata
This is related to #457
The text was updated successfully, but these errors were encountered: