Install
Start
Tutorials
User Guide
API Reference
Release Notes
evalml.pipelines.components.CatBoostRegressor.__init__
¶
CatBoostRegressor.
__init__
(
n_estimators=10
,
eta=0.03
,
max_depth=6
,
bootstrap_type=None
,
silent=False
,
allow_writing_files=False
,
random_state=0
,
**kwargs
)
[source]
¶
Initialize self. See help(type(self)) for accurate signature.
evalml.pipelines.components.CatBoostRegressor
evalml.pipelines.components.CatBoostRegressor.clone