openml / OpenML

Open Machine Learning
https://openml.org
BSD 3-Clause "New" or "Revised" License
664 stars 90 forks source link

Cannot edit/update description of dataset #1105

Open HarroTuin opened 3 years ago

HarroTuin commented 3 years ago

Description

Cannot edit the description of the dataset after onboarding. I tried through both the edit form and the API. See for example dataset id: 42930

Steps/Code to Reproduce

Edit through the website or Python API.

Expected Results

A new and updated description.

Actual Results

No updated description, the old description remains.

joaquinvanschoren commented 3 years ago

Thanks! Fixed by https://github.com/openml/OpenML/pull/1106 Please check and close if everything works as expected.

HarroTuin commented 3 years ago

I checked and the issue is fixed! Thanks!

HarroTuin commented 3 years ago

The fix seemed to solve the issue. However, when editing a description of another dataset I got the following message:

image

I am logged in on my OpenML account so I'm wondering why I can't edit this dataset? Could the new description (1124 characters) be too long?