Install
Start
Tutorials
User Guide
API Reference
Release Notes
evalml.pipelines.components.XGBoostRegressor.__init__
¶
XGBoostRegressor.
__init__
(
eta=0.1
,
max_depth=6
,
min_child_weight=1
,
n_estimators=100
,
random_state=0
,
**kwargs
)
[source]
¶
Initialize self. See help(type(self)) for accurate signature.
evalml.pipelines.components.XGBoostRegressor
evalml.pipelines.components.XGBoostRegressor.clone