:orphan:
.. _examples_gallery:
Examples
========
Runnable scripts covering the common tasks: training a single model, putting one
in a pipeline, comparing several against scikit-learn's own estimators, and
plotting a decision boundary. Each is a standalone file under ``examples/`` in
the repository.
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_01_iris_classification_thumb.png
:alt:
:doc:`/auto_examples/01_iris_classification`
.. raw:: html
Training a soft decision tree
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_02_pipeline_with_scaler_thumb.png
:alt:
:doc:`/auto_examples/02_pipeline_with_scaler`
.. raw:: html
Inside a scikit-learn pipeline
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_03_classifier_comparison_thumb.png
:alt:
:doc:`/auto_examples/03_classifier_comparison`
.. raw:: html
Is the difference significant?
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_04_decision_boundary_thumb.png
:alt:
:doc:`/auto_examples/04_decision_boundary`
.. raw:: html
Plotting the decision boundary
.. thumbnail-parent-div-close
.. raw:: html
.. toctree::
:hidden:
/auto_examples/01_iris_classification
/auto_examples/02_pipeline_with_scaler
/auto_examples/03_classifier_comparison
/auto_examples/04_decision_boundary
.. only:: html
.. rst-class:: sphx-glr-signature
`Gallery generated by Sphinx-Gallery