DFSTransformer.
transform
Computes the feature matrix for the input X using featuretools’ dfs algorithm.
X (ww.DataTable, pd.DataFrame or np.ndarray) – The input training data to transform. Has shape [n_samples, n_features]
y (ww.DataColumn, pd.Series, optional) – Ignored.
Feature matrix
ww.DataTable