evalml.pipelines.BaselineBinaryPipeline.compute_estimator_features

BaselineBinaryPipeline.compute_estimator_features(X)

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.