openml / openml-python

OpenML's Python API for a World of Data and More 💫
http://openml.github.io/openml-python/
Other
279 stars 143 forks source link

Public `delete` methods #1028

Closed PGijsbers closed 1 year ago

PGijsbers commented 3 years ago

Currently openml-python only allows for the deletion of studies but the rest API (and our internal openml.utils._delete_entity) support the deletion of other entities as well (dataset, flow, task, run, user). ~I don't know if this was deliberate, but if it wasn't, they should be added.~

mfeurer commented 3 years ago

This was a decision made by me in the early days of OpenML-Python. I think that decision should be reverted and these functions should be implemented.

Mirkazemi commented 3 years ago

I'm working on the issue but I could not assign it to myself.