Skip to content

Commit 735026c

Browse files
authored
Merge pull request #349 from amueller/list_tasks_docstring
add task ids to docs of list_tasks
2 parents bd3a12b + ca029b8 commit 735026c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

openml/tasks/functions.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,16 @@ def list_tasks(task_type_id=None, offset=None, size=None, tag=None):
9696
task_type_id : int, optional
9797
ID of the task type as detailed
9898
`here <https://www.openml.org/search?type=task_type>`_.
99+
100+
- Supervised classification: 1
101+
- Supervised regression: 2
102+
- Learning curve: 3
103+
- Supervised data stream classification: 4
104+
- Clustering: 5
105+
- Machine Learning Challenge: 6
106+
- Survival Analysis: 7
107+
- Subgroup Discovery: 8
108+
99109
offset : int, optional
100110
the number of tasks to skip, starting from the first
101111
size : int, optional

0 commit comments

Comments
 (0)