35 lines
742 B
ReStructuredText
35 lines
742 B
ReStructuredText
.. _tutorial_menu:
|
|
|
|
|
|
|
|
.. include:: ../includes/big_toc_css.rst
|
|
|
|
Tutorials: From the bottom up with scikit-learn
|
|
=======================================================================
|
|
|
|
.. topic:: Beginner Tutorial
|
|
|
|
In this section, we introduce the `machine learning
|
|
<http://en.wikipedia.org/wiki/Machine_learning>`_
|
|
vocabulary that we use through-out `sklearn` and give a
|
|
simple learning example.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:numbered:
|
|
|
|
basic/tutorial.rst
|
|
|
|
.. topic:: Statistical-learning Tutorial
|
|
|
|
This tutorial covers some of the models and tools available
|
|
to do data-processing with Scikit Learn and how to learn from
|
|
your data.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
|
|
statistical_inference/index.rst
|