openml.study
.detach_from_suite¶
- openml.study.detach_from_suite(suite_id: int, task_ids: List[int]) int ¶
Detaches a set of task ids from a suite.
- Parameters:
- suite_idint
OpenML id of the study
- task_idslist (int)
List of entities to unlink from the collection
- Returns:
- int
new size of the study (in terms of explicitly linked entities)