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_seed=0, bagging_fraction=0.9, bagging_freq=0, **kwargs)[source]

Initialize self. See help(type(self)) for accurate signature.