Skip to content

Commit ca029b8

Browse files
committed
add task ids to docs of list_tasks
1 parent c5c1dc3 commit ca029b8

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
@@ -94,6 +94,16 @@ def list_tasks(task_type_id=None, offset=None, size=None, tag=None):
9494
task_type_id : int, optional
9595
ID of the task type as detailed
9696
`here <https://www.openml.org/search?type=task_type>`_.
97+
98+
- Supervised classification: 1
99+
- Supervised regression: 2
100+
- Learning curve: 3
101+
- Supervised data stream classification: 4
102+
- Clustering: 5
103+
- Machine Learning Challenge: 6
104+
- Survival Analysis: 7
105+
- Subgroup Discovery: 8
106+
97107
offset : int, optional
98108
the number of tasks to skip, starting from the first
99109
size : int, optional

0 commit comments

Comments
 (0)