index.rst 1.01 KB
Newer Older
1
2
3
4
5
6
7
8
9
.. LightGBM documentation master file, created by
   sphinx-quickstart on Thu May  4 14:30:58 2017.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to LightGBM's documentation!
====================================

.. toctree::
10
   :maxdepth: 1
11
12
   :caption: Contents:

13
14
15
16
17
18
   Installation Guide <https://github.com/Microsoft/LightGBM/wiki/Installation-Guide>
   Quick Start <Quick-Start>
   Python Quick Start <Python-intro>
   Features <https://github.com/Microsoft/LightGBM/wiki/Features>
   Experiments <https://github.com/Microsoft/LightGBM/wiki/Experiments>
   Parameters <Parameters>
Tsukasa OMOTO's avatar
Tsukasa OMOTO committed
19
   Advanced Topics <Advanced-Topic>
20
   Parameters Tuning <Parameters-tuning>
21
   Python API Reference <python/lightgbm>
22
23
24
25
   Parallel Learning Guide <https://github.com/Microsoft/LightGBM/wiki/Parallel-Learning-Guide>
   GPU Tutorial <GPU-Tutorial>
   FAQ <FAQ>
   Development Guide <development>
26
27
28
29
30
31

Indices and tables
==================

* :ref:`genindex`
* :ref:`search`