Nothing Special   »   [go: up one dir, main page]

Skip to content
/ xgbo Public
forked from mverzett/xgbo

Classification and regression with xgboost plus Bayesian optimization for hyperparameters.

License

Notifications You must be signed in to change notification settings

michelif/xgbo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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 .

About

Classification and regression with xgboost plus Bayesian optimization for hyperparameters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.4%
  • Python 0.6%