Skip to content

Latest commit

 

History

History
170 lines (134 loc) · 2.97 KB

File metadata and controls

170 lines (134 loc) · 2.97 KB
orphan:

APIs

Top-level Classes

.. currentmodule:: openml

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

   OpenMLBenchmarkSuite
   OpenMLClassificationTask
   OpenMLClusteringTask
   OpenMLDataFeature
   OpenMLDataset
   OpenMLEvaluation
   OpenMLFlow
   OpenMLLearningCurveTask
   OpenMLParameter
   OpenMLRegressionTask
   OpenMLRun
   OpenMLSetup
   OpenMLSplit
   OpenMLStudy
   OpenMLSupervisedTask
   OpenMLTask

Extensions

.. currentmodule:: openml.extensions

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

   Extension
   sklearn.SklearnExtension

.. currentmodule:: openml.extensions

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

    get_extension_by_flow
    get_extension_by_model
    register_extension


Modules

:mod:`openml.datasets`: Dataset Functions

.. currentmodule:: openml.datasets

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

    attributes_arff_from_df
    check_datasets_active
    create_dataset
    get_dataset
    get_datasets
    list_datasets
    list_qualities
    status_update
    edit_dataset
    fork_dataset

:mod:`openml.evaluations`: Evaluation Functions

.. currentmodule:: openml.evaluations

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

    list_evaluations
    list_evaluation_measures
    list_evaluations_setups

:mod:`openml.flows`: Flow Functions

.. currentmodule:: openml.flows

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

    assert_flows_equal
    flow_exists
    get_flow
    list_flows

:mod:`openml.runs`: Run Functions

.. currentmodule:: openml.runs

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

    get_run
    get_runs
    get_run_trace
    initialize_model_from_run
    initialize_model_from_trace
    list_runs
    run_model_on_task
    run_flow_on_task
    run_exists

:mod:`openml.setups`: Setup Functions

.. currentmodule:: openml.setups

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

    get_setup
    initialize_model
    list_setups
    setup_exists

:mod:`openml.study`: Study Functions

.. currentmodule:: openml.study

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

   attach_to_study
   attach_to_suite
   create_benchmark_suite
   create_study
   delete_study
   delete_suite
   detach_from_study
   detach_from_suite
   get_study
   get_suite
   list_studies
   list_suites
   update_study_status
   update_suite_status

:mod:`openml.tasks`: Task Functions

.. currentmodule:: openml.tasks

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

    create_task
    get_task
    get_tasks
    list_tasks