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

Data Upload with attribute information #131

Closed
prabhant opened this issue Jul 13, 2020 · 2 comments
Closed

Data Upload with attribute information #131

prabhant opened this issue Jul 13, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@prabhant
Copy link
Contributor

prabhant commented Jul 13, 2020

Currently, we are assigning attribute types automatically via openml-python. We need to edit the dataset-upload page so that we can specify attributes as a dictionary. like here(https://openml.github.io/openml-python/master/examples/30_extended/create_upload_tutorial.html#sphx-glr-examples-30-extended-create-upload-tutorial-py)
Shall we make it accessible via simple upload page or wait for edit-dataset PR openml/openml-python#929
And add this feature in the new edit dataset page via dash?

@joaquinvanschoren
Copy link
Contributor

I would do this as part of dataset editing. Use the automatic type assignment in the initial upload, and allow people to correct it later.

There is a tool called ptype that gives better type prediction than pandas. Ask Marcos. It would be great to integrate it into the Python API.

@prabhant prabhant added the enhancement New feature or request label Jul 15, 2020
@joaquinvanschoren
Copy link
Contributor

I'm rephrasing this in a new issue.

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

No branches or pull requests

2 participants