evalml.pipelines.BinaryClassificationPipeline.compute_estimator_features

BinaryClassificationPipeline.compute_estimator_features(X, y=None)

Transforms the data by applying all pre-processing components.

Parameters

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

Returns

New transformed features.

Return type

pd.DataFrame