transform

OutlierTransformerMixin.transform(X, y)[source]

Ignore any transformation as the outlier detection only applies during training.

Parameters

Xpd.DataFrame

The data

ypd.Series or np.array(1d)

The output variable

Returns

Xpd.DataFrame

The data

ypd.Series or np.array(1d)

The output variable