Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 417 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 417 Bytes

Xgboost plus Bayesian optimization

Classification and regression with xgboost plus Bayesian optimization for hyperparameters.

Installation

This package can be installed with pip. Clone and install it as follows:

#git clone [email protected]:guitargeek/xgbo.git #this is the original branch from jrembser
git clone -b michelif_testBO_20190123 [email protected]:michelif/xgbo.git
cd xgbo
pip install --user .