Crate robust_scaler

Crate robust_scaler 

Source

Structs§

RobustScaler
RobustScaler: A Rust implementation compatible with scikit-learn’s RobustScaler. Centers data using the median and scales using the interquartile range (IQR). Resistant to outliers.