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 edit api for new website #929

Closed
sahithyaravi opened this issue Jul 7, 2020 · 1 comment
Closed

Data edit api for new website #929

sahithyaravi opened this issue Jul 7, 2020 · 1 comment

Comments

@sahithyaravi
Copy link
Member

As discussed, this api can edit some meta-features of the dataset:
List of meta-features can be edited/ updated via data_edit API call, see PR openml/OpenML#1044

  1. description
  2. creator
  3. collection_date
  4. language
  5. citation
  6. original_data_url
  7. paper_url

These meta-features/ data will just need to call create_dataset api and create a new version: (python api)

  1. attributes
  2. data - the data itself
  3. default_target_attribute
  4. ignore_attribute
  5. row_id_attribute

After the data_edit API is ready, I can create a single python API to handle both of these cases.
Based on the arguments (None or otherwise). We can either create a new dataset or call the data_edit API.

@PGijsbers
Copy link
Collaborator

Closed through #935

This was referenced Jul 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants