openml.study
.attach_to_suite¶
- openml.study.attach_to_suite(suite_id: int, task_ids: List[int]) int ¶
Attaches a set of tasks to a benchmarking suite.
- Parameters:
- suite_idint
OpenML id of the study
- task_idslist (int)
List of entities to link to the collection
- Returns:
- int
new size of the suite (in terms of explicitly linked entities)