Skip to content

Latest commit

 

History

History
71 lines (53 loc) · 1.17 KB

File metadata and controls

71 lines (53 loc) · 1.17 KB
orphan:

APIs

Top-level Classes

.. currentmodule:: openml

.. autosummary::
   :toctree: generated/
   :template: class.rst

   OpenMLDataset
   OpenMLRun
   OpenMLTask
   OpenMLSplit
   OpenMLFlow


:mod:`openml.datasets`: Dataset Functions

.. currentmodule:: openml.datasets

.. autosummary::
   :toctree: generated/
   :template: function.rst

    check_datasets_active
    get_dataset
    get_datasets
    list_datasets

:mod:`openml.runs`: Run Functions

.. currentmodule:: openml.runs

.. autosummary::
   :toctree: generated/
   :template: function.rst

   run_task
   get_run
   list_runs
   list_runs_by_flow
   list_runs_by_tag
   list_runs_by_task
   list_runs_by_uploader
   list_runs_by_filters

:mod:`openml.tasks`: Task Functions

.. currentmodule:: openml.tasks

.. autosummary::
   :toctree: generated/
   :template: function.rst

    get_task
    list_tasks

:mod:`openml.flows`: Flow Functions

.. currentmodule:: openml.flow

.. autosummary::
   :toctree: generated/
   :template: function.rst