evalml.pipelines.components.SMOTENSampler.fit_transform

SMOTENSampler.fit_transform(X, y)

Fit and transform the data using the data sampler. Used during training of the pipeline

Parameters
  • X (pd.DataFrame) – Training features

  • y – Target features