evalml.pipelines.TimeSeriesRegressionPipeline.fit

TimeSeriesRegressionPipeline.fit(X, y)[source]

Fit a time series regression pipeline.

Parameters
  • X (ww.DataTable, pd.DataFrame or np.ndarray) – The input training data of shape [n_samples, n_features]

  • y (ww.DataColumn, pd.Series, np.ndarray) – The target training targets of length [n_samples]

Returns

self