Skip to content

LightGBM is a fast, distributed, high performance gradient boosting (GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.

License

Notifications You must be signed in to change notification settings

YuYinCUG/LightGBM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LightGBM, Light Gradient Boosting Machine

LightGBM is a gradient boosting framework that using tree based learning algorithms. It can outperform existing boosting tools on both learning efficiency and accuracy. Our experiments shows that the result of efficiency and accuracy are better than other boosting tools.

LightGBM can leveraging multiple machines to speed-up the training procedure, which can achive linear speed-up in our experiments settings.

About

LightGBM is a fast, distributed, high performance gradient boosting (GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.6%
  • CMake 0.4%