

.. _sphx_glr_auto_examples_multioutput:

.. _multioutput_examples:

Multioutput methods
-------------------

Examples concerning the :mod:`sklearn.multioutput` module.



.. raw:: html

    <div class="sphx-glr-thumbnails">

.. thumbnail-parent-div-open

.. raw:: html

    <div class="sphx-glr-thumbcontainer" tooltip="The most naive strategy to solve such a task is to independently train a binary classifier on each label (i.e. each column of the target variable). At prediction time, the ensemble of binary classifiers is used to assemble multitask prediction.">

.. only:: html

  .. image:: /auto_examples/multioutput/images/thumb/sphx_glr_plot_classifier_chain_yeast_thumb.png
    :alt:

  :doc:`/auto_examples/multioutput/plot_classifier_chain_yeast`

.. raw:: html

      <div class="sphx-glr-thumbnail-title">Multilabel classification using a classifier chain</div>
    </div>


.. thumbnail-parent-div-close

.. raw:: html

    </div>


.. toctree::
   :hidden:

   /auto_examples/multioutput/plot_classifier_chain_yeast

