evalml.pipelines.components.DFSTransformer.fit¶
-
DFSTransformer.
fit
(X, y=None)[source]¶ Fits the DFSTransformer Transformer component.
- Parameters
X (ww.DataTable, pd.DataFrame, np.array) – The input data to transform, of shape [n_samples, n_features]
y (ww.DataColumn, pd.Series, np.ndarray, optional) – The target training data of length [n_samples]
- Returns
self