evalml.pipelines.TimeSeriesBaselineRegressionPipeline.predict

TimeSeriesBaselineRegressionPipeline.predict(X, y, objective=None)[source]

Make predictions using selected features.

Parameters
  • 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

Returns

Predicted values.

Return type

pd.Series