evalml.pipelines.components.Transformer¶

-
class
evalml.pipelines.components.
Transformer
(parameters, component_obj, random_state)[source]¶ A component that may or may not need fitting that transforms data. These components are used before an estimator.
Methods
Initialize self.
Describe a component and its parameters
Fits component to data
Fits on X and transforms X
Transforms data X