evalml.pipelines.RegressionPipeline.fit

RegressionPipeline.fit(X, y)[source]

Build a regression model.

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

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

Returns

self