scikit-learn/doc/tutorial/index.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

39 lines
783 B
ReStructuredText
Raw Normal View History

.. Places global toc into the sidebar
:globalsidebartoc: True
.. _tutorial_menu:
.. include:: ../includes/big_toc_css.rst
.. include:: ../tune_toc.rst
======================
scikit-learn Tutorials
======================
2013-11-29 23:04:08 +08:00
|
.. toctree::
:maxdepth: 2
basic/tutorial.rst
statistical_inference/index.rst
text_analytics/working_with_text_data.rst
machine_learning_map/index
../presentations
2013-11-29 23:04:08 +08:00
|
2013-04-23 21:28:04 +08:00
.. note:: **Doctest Mode**
The code-examples in the above tutorials are written in a
*python-console* format. If you wish to easily execute these examples
in **IPython**, use::
2013-04-20 23:06:41 +08:00
%doctest_mode
in the IPython-console. You can then simply copy and paste the examples
directly into IPython without having to worry about removing the **>>>**
manually.