.. _learn_preprocessing_ref: Preprocessing ============= Transform Classes ----------------- .. currentmodule:: maxframe.learn .. autosummary:: :toctree: generated/ preprocessing.LabelBinarizer preprocessing.LabelEncoder preprocessing.MinMaxScaler preprocessing.StandardScaler Transform Functions ------------------- .. currentmodule:: maxframe.learn .. autosummary:: :toctree: generated/ preprocessing.label_binarize preprocessing.minmax_scale preprocessing.normalize preprocessing.scale