Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenML Website Issues #320

Open
prithagupta opened this issue Sep 22, 2023 · 2 comments
Open

OpenML Website Issues #320

prithagupta opened this issue Sep 22, 2023 · 2 comments

Comments

@prithagupta
Copy link

prithagupta commented Sep 22, 2023

  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
Copy link
Sponsor Contributor

Thanks. I'll try to fix this asap.

@prithagupta prithagupta changed the title Link to Collection is not workin Link to Collection is not working Feb 27, 2024
@prithagupta
Copy link
Author

The link is still not working, please check it

@prithagupta prithagupta changed the title Link to Collection is not working OpenML Website Issues Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants