README.md 2.4 KB
Newer Older
Guolin Ke's avatar
Guolin Ke committed
1
LightGBM, Light Gradient Boosting Machine
wxchan's avatar
wxchan committed
2
=========================================
Guolin Ke's avatar
Guolin Ke committed
3
[![Build Status](https://travis-ci.org/Microsoft/LightGBM.svg?branch=master)](https://travis-ci.org/Microsoft/LightGBM)
Guolin Ke's avatar
Guolin Ke committed
4

5
LightGBM is a gradient boosting framework that uses tree based learning algorithms. It is designed to be distributed and efficient with the following advantages:
Guolin Ke's avatar
Guolin Ke committed
6

7
- Faster training speed and higher efficiency
xuehui's avatar
xuehui committed
8
- Lower memory usage
Guolin Ke's avatar
Guolin Ke committed
9
- Better accuracy
Guolin Ke's avatar
Guolin Ke committed
10
- Parallel learning supported
11
- Capable of handling large-scale data
Guolin Ke's avatar
Guolin Ke committed
12

xuehui's avatar
xuehui committed
13
For more details, please refer to [Features](https://github.com/Microsoft/LightGBM/wiki/Features).
Guolin Ke's avatar
Guolin Ke committed
14

15
[Experiments](https://github.com/Microsoft/LightGBM/wiki/Experiments#comparison-experiment) on public datasets show that LightGBM can outperform other existing boosting framework on both efficiency and accuracy, with significant lower memory consumption. What's more, the [experiments](https://github.com/Microsoft/LightGBM/wiki/Experiments#parallel-experiment) show that LightGBM can achieve a linear speed-up by using multiple machines for training in specific settings.
Guolin Ke's avatar
Guolin Ke committed
16

wxchan's avatar
wxchan committed
17
18
19
20
21
News
----

12/02/2012 : Release [python-package](https://github.com/Microsoft/LightGBM/tree/master/python-package) beta version, welcome to have a try and provide issues and feedback.

Guolin Ke's avatar
Guolin Ke committed
22
23
Get Started
------------
24
To get started, please follow the [Installation Guide](https://github.com/Microsoft/LightGBM/wiki/Installation-Guide) and [Quick Start](https://github.com/Microsoft/LightGBM/wiki/Quick-Start).
Guolin Ke's avatar
Guolin Ke committed
25
26
27

Documents
------------
Guolin Ke's avatar
Guolin Ke committed
28
* [**Wiki**](https://github.com/Microsoft/LightGBM/wiki)
29
* [**Installation Guide**](https://github.com/Microsoft/LightGBM/wiki/Installation-Guide)
Guolin Ke's avatar
Guolin Ke committed
30
* [**Quick Start**](https://github.com/Microsoft/LightGBM/wiki/Quick-Start)
Guolin Ke's avatar
Guolin Ke committed
31
* [**Examples**](https://github.com/Microsoft/LightGBM/tree/master/examples)
32
33
34
* [**Features**](https://github.com/Microsoft/LightGBM/wiki/Features)
* [**Parallel Learning Guide**](https://github.com/Microsoft/LightGBM/wiki/Parallel-Learning-Guide)
* [**Configuration**](https://github.com/Microsoft/LightGBM/wiki/Configuration)
Guolin Ke's avatar
Guolin Ke committed
35

Guolin Ke's avatar
Guolin Ke committed
36
37
38
Microsoft Open Source Code of Conduct
------------
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.