3748 Forks
15131 Stars
15131 Watchers

LightGBM

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.

How to download and setup LightGBM

Open terminal and run command
git clone https://github.com/microsoft/LightGBM.git
git clone is used to create a copy or clone of LightGBM repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with LightGBM https://github.com/microsoft/LightGBM/archive/master.zip

Or simply clone LightGBM with SSH
[email protected]:microsoft/LightGBM.git

If you have some problems with LightGBM

You may open issue on LightGBM support forum (system) here: https://github.com/microsoft/LightGBM/issues