Skip to content

OpenML Website Issues #320

@prithagupta

Description

@prithagupta
  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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions