openml / openml.org

New OpenML website
https://new.openml.org
BSD 3-Clause "New" or "Revised" License
25 stars 18 forks source link

OpenML Website Issues #320

Open prithagupta opened 1 year ago

prithagupta commented 1 year ago
  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?

joaquinvanschoren commented 1 year ago

Thanks. I'll try to fix this asap.

prithagupta commented 7 months ago

The link is still not working, please check it