@@ -34,6 +34,30 @@ Top-level Classes
3434 get_datasets
3535 list_datasets
3636
37+ :mod: `openml.evaluations `: Evaluation Functions
38+ -----------------------------------------------
39+ .. currentmodule :: openml.evaluations
40+
41+ .. autosummary ::
42+ :toctree: generated/
43+ :template: function.rst
44+
45+ list_evaluations
46+
47+ :mod: `openml.flows `: Flow Functions
48+ -----------------------------------
49+ .. currentmodule :: openml.flows
50+
51+ .. autosummary ::
52+ :toctree: generated/
53+ :template: function.rst
54+
55+ flow_exists
56+ flow_to_sklearn
57+ get_flow
58+ list_flows
59+ sklearn_to_flow
60+
3761:mod: `openml.runs `: Run Functions
3862----------------------------------
3963.. currentmodule :: openml.runs
@@ -42,52 +66,49 @@ Top-level Classes
4266 :toctree: generated/
4367 :template: function.rst
4468
45- run_task
46- get_run
47- get_runs
48- list_runs
49- list_runs_by_flow
50- list_runs_by_tag
51- list_runs_by_task
52- list_runs_by_uploader
53- list_runs_by_filters
54- run_model_on_task
55- run_flow_on_task
56- get_run_trace
57- initialize_model_from_run
58- initialize_model_from_trace
69+ get_run
70+ get_runs
71+ get_run_trace
72+ initialize_model_from_run
73+ initialize_model_from_trace
74+ list_runs
75+ run_model_on_task
76+ run_flow_on_task
5977
60- :mod: `openml.tasks `: Task Functions
61- -----------------------------------
62- .. currentmodule :: openml.tasks
78+ :mod: `openml.setups `: Setup Functions
79+ -------------------------------------
80+ .. currentmodule :: openml.setups
6381
6482.. autosummary ::
6583 :toctree: generated/
6684 :template: function.rst
6785
68- get_task
69- get_tasks
70- list_tasks
86+ get_setup
87+ initialize_model
88+ list_setups
89+ setup_exists
7190
72- :mod: `openml.flows `: Flow Functions
73- -----------------------------------
74- .. currentmodule :: openml.flow
91+ :mod: `openml.study `: Study Functions
92+ ------------------------------------
93+ .. currentmodule :: openml.study
7594
7695.. autosummary ::
7796 :toctree: generated/
7897 :template: function.rst
7998
80- get_flow
81- list_flows
82- flow_exists
83-
84- :mod: `openml.flows `: Evaluation Functions
85- -----------------------------------------
86- .. currentmodule :: openml.evaluation
99+ get_study
100+
101+ :mod: `openml.tasks `: Task Functions
102+ -----------------------------------
103+ .. currentmodule :: openml.tasks
87104
88105.. autosummary ::
89106 :toctree: generated/
90107 :template: function.rst
91108
92- list_evaluations
109+ get_task
110+ get_tasks
111+ list_tasks
112+
113+
93114
0 commit comments