Classification and regression with xgboost plus Bayesian optimization for hyperparameters.
This package can be installed with pip. Clone and install it as follows:
git clone git@github.com:guitargeek/xgbo.git
cd xgbo
pip install --user .
Plese format the edited python sources with black before making any pull request, setting the --line-length 120
argument.