35 lines
924 B
ReStructuredText
35 lines
924 B
ReStructuredText
|
|
|
|
.. topic:: Applied machine learning in Python with scikit-learn
|
|
|
|
``scikit-learn`` is a Python module integrating classic machine
|
|
learning algorithms in the tightly-knit world of scientific Python
|
|
packages (`numpy <http://numpy.scipy.org>`_, `scipy
|
|
<http://www.scipy.org>`_, `matplotlib
|
|
<http://matplotlib.sourceforge.net/>`_).
|
|
|
|
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**.
|
|
|
|
|
|
.. include:: big_toc_css.rst
|
|
|
|
.. note:: This document is meant to be used with **scikit-learn version
|
|
0.11+** (i.e. the current state of the master branch at the time of
|
|
writing: 2012-02-13).
|
|
|
|
|
|
.. toctree::
|
|
:numbered:
|
|
:maxdepth: 2
|
|
|
|
setup
|
|
general_concepts
|
|
working_with_text_data
|
|
exercises
|
|
which_algorithm
|
|
finding_help
|
|
|