File: index.rst

package info (click to toggle)
scikit-learn 0.11.0-2%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 13,900 kB
  • sloc: python: 34,740; ansic: 8,860; cpp: 8,849; pascal: 230; makefile: 211; sh: 14
file content (37 lines) | stat: -rw-r--r-- 834 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.. _tutorial_menu:



.. include:: ../includes/big_toc_css.rst

Tutorials: From the bottom up with scikit-learn
=======================================================================

.. topic:: Quick start

    In this section, we introduce the `machine learning 
    <http://en.wikipedia.org/wiki/Machine_learning>`_
    vocabulary that we use through-out `scikit-learn` 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

.. note:: **Videos**

    Videos with tutorials can also be found in the :ref:`videos` section.