.. We are putting the title as a raw HTML so that it doesn't appear in the contents .. raw:: html

scikit-learn: machine learning in Python

.. only:: html .. |banner1| image:: auto_examples/svm/images/plot_oneclass_1.png :height: 150 :target: auto_examples/svm/plot_oneclass.html .. |banner2| image:: auto_examples/cluster/images/plot_ward_structured_vs_unstructured_2.png :height: 150 :target: auto_examples/cluster/plot_ward_structured_vs_unstructured.html .. |banner3| image:: auto_examples/gaussian_process/images/plot_gp_regression_1.png :height: 150 :target: auto_examples/gaussian_process/plot_gp_regression.html .. |banner4| image:: auto_examples/cluster/images/plot_lena_ward_segmentation_1.png :height: 150 :target: auto_examples/cluster/plot_lena_ward_segmentation.html .. |center-div| raw:: html
.. |end-div| raw:: html
|center-div| |banner1| |banner2| |banner3| |banner4| |end-div| .. topic:: Easy-to-use and general-purpose machine learning in Python ``scikit-learn`` is a Python module integrating classic machine learning algorithms in the tightly-knit world of scientific Python packages (`numpy `_, `scipy `_, `matplotlib `_). It aims to provide simple and efficient solutions to learning problems that are accessible to everybody and reusable in various contexts: **machine-learning as a versatile tool for science and engineering**. .. raw:: html
**License:** Open source, commercially usable: **BSD license** (3 clause) .. include:: includes/big_toc_css.rst Documentation for scikit-learn **version** |release|. For other versions and printable format, see :ref:`documentation_resources`. User Guide ========== .. toctree:: :maxdepth: 2 user_guide.rst Example Gallery =============== .. toctree:: :maxdepth: 2 auto_examples/index Development =========== .. toctree:: :maxdepth: 2 developers/index developers/performance developers/utilities about