.. _supervised-learning:

This is the html version of user guide. A PDF version for pinting can
be found `here
<http://sourceforge.net/projects/scikit-learn/files/user_guide.pdf/download>`_.

Supervised learning
-----------------------

.. toctree::

    modules/svm
    modules/glm
    modules/neighbors
    modules/logistic
    modules/feature_selection


.. _unsupervised-learning:

Unsupervised learning
-----------------------

.. toctree::

    modules/gmm
    modules/clustering


Model Selection
-----------------------

.. toctree::

    modules/grid_search

Cross Validation
-----------------

.. toctree::

   modules/cross_validation