evalml.pipelines.components.
RFClassifierSelectFromModel
Selects top features based on importance weights using a Random Forest classifier.
name
model_family
hyperparameter_ranges
default_parameters
Instance attributes
needs_fitting
parameters
Returns the parameters which were used to initialize the component
Methods:
__init__
Initialize self.
clone
Constructs a new component with the same parameters
describe
Describe a component and its parameters
fit
Fits component to data
fit_transform
Fits feature selector on data X then transforms X by selecting features
get_names
Get names of selected features.
load
Loads component at file path
save
Saves component at file path
transform
Transforms data X by selecting features