openml.runs
.delete_run¶
- openml.runs.delete_run(run_id: int) bool ¶
Delete run with id run_id from the OpenML server.
You can only delete runs which you uploaded.
- Parameters:
- run_idint
OpenML id of the run
- Returns:
- bool
True if the deletion was successful. False otherwise.