A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.
Перейти к файлу
wxchan aa796a8598 Support multiclass classification (#53)
Support multiclass classification (#53)
2016-11-01 13:31:44 +08:00
examples Support multiclass classification (#53) 2016-11-01 13:31:44 +08:00
include/LightGBM Support multiclass classification (#53) 2016-11-01 13:31:44 +08:00
src Support multiclass classification (#53) 2016-11-01 13:31:44 +08:00
windows Support multiclass classification (#53) 2016-11-01 13:31:44 +08:00
.gitignore fixing linux builds 2016-10-21 03:39:28 -07:00
.travis.yml add travis 2016-10-11 15:54:37 +08:00
CMakeLists.txt Change bulid target name to lower case. 2016-10-08 16:13:56 +08:00
LICENSE Add license. 2016-10-11 15:42:22 +08:00
README.md Update README.md 2016-10-19 15:04:18 +08:00

README.md

LightGBM, Light Gradient Boosting Machine

Build Status

LightGBM is a gradient boosting framework that is using tree based learning algorithms. It is designed to be distributed and efficient with following advantages:

  • Fast training speed and high efficiency
  • Lower memory usage
  • Better accuracy
  • Parallel learning supported
  • Capability of handling large-scaling data

For more details, please refer to Features.

The experiments on public datasets show that LightGBM outperform other existing boosting tools on both efficiency and accuracy, with significant lower memory consumption. What's more, the experiments show that LightGBM can achieve linear speed-up by using multiple machines for training in specific settings.

Get Started

For a quick start, please follow the Installation Guide and Quick Start.

Documents

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.