openml.study
.delete_suite¶
- openml.study.delete_suite(suite_id: int) bool ¶
Deletes a study from the OpenML server.
- Parameters:
- suite_idint
OpenML id of the study
- Returns:
- bool
True iff the deletion was successful. False otherwise