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