The code is related to removing tasks from a suite or study, however, in the argument documentation it is written as link instead of de-link.
|
def detach_from_suite(suite_id: int, task_ids: List[int]) -> int: |
|
"""Detaches a set of task ids from a suite. |
|
|
|
Parameters |
|
---------- |
|
suite_id : int |
|
OpenML id of the study |
|
|
|
task_ids : list (int) |
|
List of entities to link to the collection |
|
List of entities to link to the collection |
The code is related to removing tasks from a suite or study, however, in the argument documentation it is written as link instead of de-link.
openml-python/openml/study/functions.py
Lines 380 to 389 in 249abc9
openml-python/openml/study/functions.py
Line 407 in 249abc9