evalml.pipelines.ModeBaselineMulticlassPipeline.compute_estimator_features¶
-
ModeBaselineMulticlassPipeline.
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