index.rst 1.3 KB
Newer Older
1
2
3
4
5
6
7
8
.. 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!
====================================

9
10
11
12
13
14
15
16
17
18
**LightGBM** is a gradient boosting framework that uses tree based learning algorithms. It is designed to be distributed and efficient with the following advantages:

- Faster training speed and higher efficiency
- Lower memory usage
- Better accuracy
- Parallel and GPU learning supported
- Capable of handling large-scale data

For more details, please refer to `Features <./Features.rst>`__.

19
.. toctree::
20
   :maxdepth: 1
21
22
   :caption: Contents:

23
   Installation Guide <Installation-Guide>
24
   Quick Start <Quick-Start>
25
   Python Quick Start <Python-Intro>
26
27
   Features <Features>
   Experiments <Experiments>
28
   Parameters <Parameters>
29
   Parameters Tuning <Parameters-Tuning>
30
31
   Python API <Python-API>
   Parallel Learning Guide <Parallel-Learning-Guide>
32
   GPU Tutorial <GPU-Tutorial>
33
   Advanced Topics <Advanced-Topics>
34
   FAQ <FAQ>
35
   Development Guide <Development-Guide>
36

37
38
39
40
41
42
43
44
45
.. toctree::
   :hidden:

   GPU-Performance
   GPU-Targets
   GPU-Windows
   gcc-Tips
   README

46
Indices and Tables
47
48
49
==================

* :ref:`genindex`