Install
Start
Tutorials
User Guide
API Reference
Release Notes
evalml.pipelines.components.RandomForestRegressor.__init__
¶
RandomForestRegressor.
__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.RandomForestRegressor
evalml.pipelines.components.RandomForestRegressor.clone