xorbits.xgboost.XGBClassifier.get_booster#

XGBClassifier.get_booster() xgboost.core.Booster#

Get the underlying xgboost Booster of this model.

This will raise an exception when fit was not called

Returns

booster

Return type

a xgboost booster of underlying model

This docstring was copied from xgboost.sklearn.XGBClassifier.