26 lines
483 B
ReStructuredText
26 lines
483 B
ReStructuredText
.. title:: User guide: contents
|
|
|
|
..
|
|
We are putting the title as a raw HTML so that it doesn't appear in
|
|
the contents
|
|
|
|
.. raw:: html
|
|
|
|
<h1>User guide: contents</h1>
|
|
|
|
.. _user_guide:
|
|
|
|
.. include:: includes/bigger_toc_css.rst
|
|
|
|
.. toctree::
|
|
:numbered:
|
|
|
|
install
|
|
tutorial/index.rst
|
|
supervised_learning.rst
|
|
unsupervised_learning.rst
|
|
model_selection.rst
|
|
data_transforms.rst
|
|
Dataset loading utilities <datasets/index.rst>
|
|
Reference <modules/classes.rst>
|