Welcome to the bokbokbok doks!¶
bokbokbok is a Python library that lets us easily implement custom loss functions and eval metrics in LightGBM and XGBoost.
Installation¶
In order to install bokbokbok you need to use Python 3.6 or higher.
Install bokbokbok
via pip with:
pip install bokbokbok
Alternatively you can fork/clone and run:
git clone https://gitlab.com/orchardbirds/bokbokbok.git
cd bokbokbok
pip install .
Licence¶
bokbokbok is created under the MIT License, see more in the LICENSE file