xorbits.xgboost.XGBClassifier.set_params#

XGBClassifier.set_params(**params: Any) xgboost.sklearn.XGBModel#

Set the parameters of this estimator. Modification of the sklearn method to allow unknown kwargs. This allows using the full range of xgboost parameters that are not defined as member variables in sklearn grid search.

Return type

self

This docstring was copied from xgboost.sklearn.XGBClassifier.