-
-
Notifications
You must be signed in to change notification settings - Fork 211
Closed
Labels
Description
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
| 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 |
openml-python/openml/study/functions.py
Line 407 in 249abc9
| List of entities to link to the collection |