evalml.pipelines.PipelineBase.compute_estimator_features

PipelineBase.compute_estimator_features(X)[source]

Transforms the data by applying all pre-processing components.

Parameters

X (pd.DataFrame) – Input data to the pipeline to transform.

Returns

pd.DataFrame - New transformed features.