evalml.pipelines.ModeBaselineBinaryPipeline.compute_estimator_features

ModeBaselineBinaryPipeline.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.