evalml.pipelines.ClassificationPipeline.compute_estimator_features¶
-
ClassificationPipeline.
compute_estimator_features
(X, y=None)¶ Transforms the data by applying all pre-processing components.
- Parameters
X (ww.DataTable, pd.DataFrame) – Input data to the pipeline to transform.
- Returns
New transformed features.
- Return type
ww.DataTable