evalml.pipelines.components.SMOTENCSampler.fit

SMOTENCSampler.fit(X, y)[source]

Fits the Oversampler to the data.

Parameters
  • X (ww.DataFrame) – Training features

  • y (ww.DataColumn) – Target features

Returns

self