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