lightgbm

Fast, distributed gradient boosting framework for classification and regression

brewmacoslinux
Try with needOr install directly
Source

About

Fast, distributed, high performance gradient boosting framework

Commands

lightgbm

Examples

Train a LightGBM model using a configuration file$ lightgbm config=train.conf
Make predictions on a dataset using a trained model$ lightgbm config=predict.conf task=predict
Display LightGBM version and available options$ lightgbm --version