mvpy.preprocessing#

Clamp

Implements a clamp to handle extreme values.

LabelBinariser

Class to create and handle multiclass and multifeature one-hot encodings.

RobustScaler

Implements a robust scaler that is invariant to outliers.

Scaler

A standard scaler akin to sklearn.preprocessing.StandardScaler.