Installation
You can install the sigopt.xgboost
client library with the following command. The integration client requires a version of xgboost>=1.3.0
in the same Python virtual environment.
Note that this command will install xgboost
and numpy
as part of its dependencies.
If this is your first time installing the client, you need to follow the set up instruction to configure your SigOpt API Token.
Now your are ready to use the sigopt.xgboost
library, which gives you the following capabilities.
Automated tracking of XGBoost training with
sigopt.xgboost.run
.Automated tuning of XGBoost models with
sigopt.xgboost.experiment
.
Last updated