Install
Start
Tutorials
User Guide
API Reference
Release Notes
evalml.pipelines.components.RFRegressorSelectFromModel.__init__
¶
RFRegressorSelectFromModel.
__init__
(
number_features=None
,
n_estimators=10
,
max_depth=None
,
percent_features=0.5
,
threshold=-inf
,
n_jobs=-1
,
random_state=0
,
**kwargs
)
[source]
¶
Initialize self. See help(type(self)) for accurate signature.
evalml.pipelines.components.RFRegressorSelectFromModel
evalml.pipelines.components.RFRegressorSelectFromModel.clone