evalml.pipelines.components.Estimator¶
-
class
evalml.pipelines.components.
Estimator
(parameters, component_obj, random_state)[source]¶ A component that fits and predicts given data
Methods
Initialize self.
Describe a component and its parameters
Fits component to data
Make predictions using selected features.
Make probability estimates for labels.