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