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