You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
description
creator
collection_date
language
citation
original_data_url
paper_url
These meta-features/ data will just need to call create_dataset api and create a new version: (python api)
attributes
data - the data itself
default_target_attribute
ignore_attribute
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.
The text was updated successfully, but these errors were encountered:
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
These meta-features/ data will just need to call create_dataset api and create a new version: (python api)
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.
The text was updated successfully, but these errors were encountered: