xorbits.lightgbm.LGBMClassifier.set_params#

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

Set the parameters of this estimator.

参数

**params – Parameter names with their new values.

返回

self – Returns self.

返回类型

object

This docstring was copied from lightgbm.sklearn.LGBMClassifier.