-
-
Notifications
You must be signed in to change notification settings - Fork 273
Public delete methods #1028
Copy link
Copy link
Closed
Labels
Feature requestGood First IssueIssues suitable for people new to contributing to openml-python!Issues suitable for people new to contributing to openml-python!
Metadata
Metadata
Assignees
Labels
Feature requestGood First IssueIssues suitable for people new to contributing to openml-python!Issues suitable for people new to contributing to openml-python!
Currently
openml-pythononly allows for the deletion ofstudiesbut the rest API (and our internalopenml.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.