index.rst 1.53 KB
Newer Older
1
2
3
4
5
.. 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.

6
7
8
.. image:: ./logo/LightGBM_logo_black_text.svg
   :align: center
   :width: 600
marcelonieva7's avatar
marcelonieva7 committed
9
   :alt: Light Gradient Boosting Machine logo.
10
11
12

|

13
14
15
Welcome to LightGBM's documentation!
====================================

16
17
**LightGBM** is a gradient boosting framework that uses tree based learning algorithms. It is designed to be distributed and efficient with the following advantages:

18
19
20
- Faster training speed and higher efficiency.
- Lower memory usage.
- Better accuracy.
21
- Support of parallel, distributed, and GPU learning.
22
- Capable of handling large-scale data.
23
24
25

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

26
.. toctree::
27
   :maxdepth: 1
28
29
   :caption: Contents:

30
   Installation Guide <Installation-Guide>
31
   Quick Start <Quick-Start>
32
   Python Quick Start <Python-Intro>
33
34
   Features <Features>
   Experiments <Experiments>
35
   Parameters <Parameters>
36
   Parameters Tuning <Parameters-Tuning>
37
   C API <C-API>
38
   Python API <Python-API>
39
   R API <https://lightgbm.readthedocs.io/en/latest/R/reference/>
40
   Distributed Learning Guide <Parallel-Learning-Guide>
41
   GPU Tutorial <GPU-Tutorial>
42
   Advanced Topics <Advanced-Topics>
43
   FAQ <FAQ>
44
   Development Guide <Development-Guide>
45

46
47
48
49
50
51
52
53
54
.. toctree::
   :hidden:

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

55
Indices and Tables
56
57
58
==================

* :ref:`genindex`