openml.study
.attach_to_study¶
- openml.study.attach_to_study(study_id: int, run_ids: List[int]) int ¶
Attaches a set of runs to a study.
- Parameters:
- study_idint
OpenML id of the study
- run_idslist (int)
List of entities to link to the collection
- Returns:
- int
new size of the study (in terms of explicitly linked entities)