TimeSeriesClassificationPipeline.
predict
Make predictions using selected features.
X (ww.DataTable, pd.DataFrame, or np.ndarray) – Data of shape [n_samples, n_features]
y (ww.DataColumn, pd.Series, np.ndarray, None) – The target training targets of length [n_samples]
objective (Object or string) – The objective to use to make predictions
Predicted values.
pd.Series