Easy steps to install lightgbm package on Mac
Package Information:
Application Name – lightgbm
What is lightgbm – Not Available for lightgbm
Use of lightgbm – Fast, distributed, high performance gradient boosting framework
URL – https://github.com/microsoft/LightGBM
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install lightgbm using brew
brew install lightgbm
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
lightgbm is ready to use now!