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
I created a collection of tasks on OpenML with the link: https://www.openml.org/s/383. The link sometimes loads properly only sometimes.
Could you delete these tasks with ids: 362018, 362019, 362020
I cannot edit the descriptions of the datasets, tasks and collections uploaded by me via the website.
the edit_dataset function is also not working:
filtered_datasets = [dataset_id for dataset_id, dataset in datasets.items() if dataset['uploader'] == USER_ID]
for data_id in filtered_datasets:
new_creator = "Jan Peter Drees and Dennis Funke" # Replace with the new creator name
# Update the dataset metadata
data_id = openml.datasets.edit_dataset(data_id=data_id, creator=new_creator)
print(data_id)
dataset = openml.datasets.get_dataset(data_id)
print(data_id, dataset.creator)
45449
45449 Jan Drees and Dennis Funke
Could you please check the issue?
The text was updated successfully, but these errors were encountered:
the edit_dataset function is also not working:
45449
45449 Jan Drees and Dennis Funke
Could you please check the issue?
The text was updated successfully, but these errors were encountered: