scikit-multilearn API Reference
===============================

Scikit-multilearn is a BSD-licensed library for multi-label classification that is
built on top of the well-known scikit-learn ecosystem.

Classifiers and tools
---------------------


Algorithm Adaptation approaches
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: skmultilearn.adapt


Problem Transformation approaches
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: skmultilearn.problem_transform


Ensembles of classifiers
^^^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: skmultilearn.ensemble


Label Space Clusterers
^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: skmultilearn.cluster

External classifiers
^^^^^^^^^^^^^^^^^^^^

.. automodule:: skmultilearn.ext


Model selection and data manipulation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: skmultilearn.model_selection

.. automodule:: skmultilearn.dataset
