Module preprocessing

Module preprocessing 

Source
Expand description

Data preprocessing utilities

Structs§

LabelEncoder
Label Encoder - encode target labels with value between 0 and n_classes-1
MinMaxScaler
MinMax Scaler - scale features to a given range
Normalizer
Normalizer - normalize samples individually to unit norm
OneHotEncoder
One-Hot Encoder
StandardScaler
Standard Scaler - standardize features by removing mean and scaling to unit variance

Enums§

Norm

Functions§

train_test_split
Train-test split utility