2019-09-21 18:22:34 +08:00
|
|
|
.. Places global toc into the sidebar
|
2019-10-04 22:56:32 +08:00
|
|
|
|
2019-09-21 18:22:34 +08:00
|
|
|
:globalsidebartoc: True
|
2011-12-18 19:39:53 +08:00
|
|
|
|
2019-09-21 18:22:34 +08:00
|
|
|
.. _tutorial_menu:
|
2011-12-18 19:39:53 +08:00
|
|
|
|
|
|
|
|
|
2012-02-10 19:16:14 +08:00
|
|
|
.. include:: ../includes/big_toc_css.rst
|
2015-04-16 07:19:06 +08:00
|
|
|
.. include:: ../tune_toc.rst
|
2011-12-18 19:39:53 +08:00
|
|
|
|
2013-11-29 22:39:03 +08:00
|
|
|
======================
|
|
|
|
|
scikit-learn Tutorials
|
|
|
|
|
======================
|
|
|
|
|
|
2013-11-29 23:04:08 +08:00
|
|
|
|
|
2013-11-29 22:39:03 +08:00
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
|
|
basic/tutorial.rst
|
2012-02-16 21:15:28 +08:00
|
|
|
statistical_inference/index.rst
|
2013-11-29 22:39:03 +08:00
|
|
|
text_analytics/working_with_text_data.rst
|
2015-04-16 07:19:06 +08:00
|
|
|
machine_learning_map/index
|
|
|
|
|
../presentations
|
2013-11-29 22:39:03 +08:00
|
|
|
|
2013-11-29 23:04:08 +08:00
|
|
|
|
|
2013-04-23 21:28:04 +08:00
|
|
|
|
2012-05-29 16:30:19 +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
|
2013-09-13 22:29:42 +08:00
|
|
|
in **IPython**, use::
|
2013-04-20 23:06:41 +08:00
|
|
|
|
2012-05-29 16:30:19 +08:00
|
|
|
%doctest_mode
|
|
|
|
|
|
2013-09-13 22:29:42 +08:00
|
|
|
in the IPython-console. You can then simply copy and paste the examples
|
|
|
|
|
directly into IPython without having to worry about removing the **>>>**
|
2012-05-29 16:30:19 +08:00
|
|
|
manually.
|