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 #this is the original branch from jrembser
git clone -b michelif_testBO_20190123 git@github.com:michelif/xgbo.git
cd xgbo
pip install --user .