Install
Start
Tutorials
User Guide
API Reference
Release Notes
evalml.pipelines.components.LightGBMRegressor.__init__
¶
LightGBMRegressor.
__init__
(
boosting_type
=
'gbdt'
,
learning_rate
=
0.1
,
n_estimators
=
20
,
max_depth
=
0
,
num_leaves
=
31
,
min_child_samples
=
20
,
n_jobs
=
- 1
,
random_state
=
0
,
bagging_fraction
=
0.9
,
bagging_freq
=
0
,
**
kwargs
)
[source]
¶
Initialize self. See help(type(self)) for accurate signature.
evalml.pipelines.components.LightGBMRegressor
evalml.pipelines.components.LightGBMRegressor.clone