Skip to content

Data edit api for new website #929

@sahithyaravi

Description

@sahithyaravi

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions