evalml.pipelines.components.SMOTENSampler.transform

SMOTENSampler.transform(X, y=None)

No transformation needs to be done here.

Parameters
  • X (pd.DataFrame) – Training features. Ignored.

  • y (pd.Series) – Target features. Ignored.

Returns

X and y data that was passed in.

Return type

pd.DataFrame, pd.Series