xorbits.lightgbm.LGBMClassifier.set_params#

LGBMClassifier.set_params(**params: Any) lightgbm.sklearn.LGBMModel#

Set the parameters of this estimator.

Parameters

**params – Parameter names with their new values.

Returns

self – Returns self.

Return type

object

This docstring was copied from lightgbm.sklearn.LGBMClassifier.