Expand description
Data preprocessing utilities
Structs§
- Label
Encoder - Label Encoder - encode target labels with value between 0 and n_classes-1
- MinMax
Scaler - MinMax Scaler - scale features to a given range
- Normalizer
- Normalizer - normalize samples individually to unit norm
- OneHot
Encoder - One-Hot Encoder
- Standard
Scaler - Standard Scaler - standardize features by removing mean and scaling to unit variance
Enums§
Functions§
- train_
test_ split - Train-test split utility