openml.study
.detach_from_study¶
- openml.study.detach_from_study(study_id: int, run_ids: List[int]) int ¶
Detaches a set of run ids from a study.
- Parameters:
- study_idint
OpenML id of the study
- run_idslist (int)
List of entities to unlink from the collection
- Returns:
- int
new size of the study (in terms of explicitly linked entities)