File: index.rst

package info (click to toggle)
scikit-learn 1.4.2%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 25,036 kB
  • sloc: python: 201,105; cpp: 5,790; ansic: 854; makefile: 304; sh: 56; javascript: 20
file content (38 lines) | stat: -rw-r--r-- 783 bytes parent folder | download | duplicates (3)
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
38
.. Places global toc into the sidebar

:globalsidebartoc: True

.. _tutorial_menu:


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

======================
scikit-learn Tutorials
======================

|

.. toctree::
   :maxdepth: 2

   basic/tutorial.rst
   statistical_inference/index.rst
   text_analytics/working_with_text_data.rst
   machine_learning_map/index
   ../presentations

|

.. 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::

	%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.