openml.org icon indicating copy to clipboard operation
openml.org copied to clipboard

OpenML Website Issues

Open prithagupta opened this issue 2 years ago • 2 comments

  1. I created a collection of tasks on OpenML with the link: https://www.openml.org/s/383. The link sometimes loads properly only sometimes.
  2. Could you delete these tasks with ids: 362018, 362019, 362020
  3. 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?

prithagupta avatar Sep 22 '23 16:09 prithagupta

Thanks. I'll try to fix this asap.

joaquinvanschoren avatar Sep 30 '23 20:09 joaquinvanschoren

The link is still not working, please check it

prithagupta avatar Feb 27 '24 14:02 prithagupta