xgboostΒΆ

New in version 1.2.

Wrapping up xgboost is straightforward (it has only two scikit-learn type estimators: xgboost.XGBClassifier and xgboost.XGBRegressor). The ibex.xgboost section in the API describes the (straightforward) Ibex corresponding classes.

Note

Ibex does not require the installation of xgboost. If xgboost is not installed on the system, though, then this module will not be available.

Tip

Ibex does not modify the code of xgboost in any way. It is absolutely possibly to import and use both xgboost and ibex.xgboost simultaneously.

See also

See ibex.xgboost in API.