openml.study.delete_study

openml.study.delete_study(study_id: int) bool

Deletes a study from the OpenML server.

Parameters:
study_idint

OpenML id of the study

Returns:
bool

True iff the deletion was successful. False otherwise