xorbits.lightgbm.LGBMClassifier.get_params#

LGBMClassifier.get_params(deep: bool = True) Dict[str, Any]#

Get parameters for this estimator.

Parameters

deep (bool, optional (default=True)) – If True, will return the parameters for this estimator and contained subobjects that are estimators.

Returns

params – Parameter names mapped to their values.

Return type

dict

This docstring was copied from lightgbm.sklearn.LGBMClassifier.