evalml.pipelines.components.Transformer

Inheritance diagram of 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

__init__

Initialize self.

describe

Describe a component and its parameters

fit

Fits component to data

fit_transform

Fits on X and transforms X

transform

Transforms data X