evalml.pipelines.components.SMOTENCSampler.fit_transform

SMOTENCSampler.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