The project "Machine Learning with LightGBM" is a research project aimed at applying the LightGBM gradient boosting algorithm to solve various machine learning tasks. LightGBM is a fast and efficient library for training gradient boosting models over decision trees.
Install anaconda via brew cask by executing
$ brew install --cask anaconda
.
.
.
🍺 anaconda was successfully installed!
$ echo 'export PATH="/opt/homebrew/anaconda3/bin:$PATH"' >> ~/.zshrc
$ source ~/.zshrc
Restart the terminal or use source ~/.zshrc to reload your shell environment and execute jupyter notebook an output will be like this
$ jupyter notebook