RegressionPipeline.
compute_estimator_features
Transforms the data by applying all pre-processing components.
X (pd.DataFrame) – Input data to the pipeline to transform.
pd.DataFrame - New transformed features.