.. currentmodule:: msmbuilder.preprocessing
Preprocessing of a dataset is a common requirement for many machine learning estimators and may involve scaling, centering, normalization, smoothing, binarization, and imputation methods.
.. autosummary:: :toctree: _preprocessing/ Binarizer Butterworth EWMA DoubleEWMA Imputer KernelCenterer LabelBinarizer MultiLabelBinarizer MinMaxScaler MaxAbsScaler Normalizer RobustScaler StandardScaler PolynomialFeatures