Module scaling

Module scaling 

Source
Expand description

Advanced scaling and transformation methods Advanced scaling and transformation methods

This module provides sophisticated scaling methods that go beyond basic normalization, including quantile transformations and robust scaling methods.

Structs§

MaxAbsScaler
MaxAbsScaler for scaling features by their maximum absolute value
QuantileTransformer
QuantileTransformer for non-linear transformations

Constants§

EPSILON
Small epsilon value for numerical stability and comparison with zero