Fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework
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.
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.
To install LightGBM, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install LightGBM
To see what files were installed by LightGBM, run:
port contents LightGBM
To later upgrade LightGBM, run:
sudo port selfupdate && sudo port upgrade LightGBM
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.