monte/
preprocessing.rs

1//! https://scikit-learn.org/stable/modules/classes.html#module-sklearn.preprocessing
2
3pub mod binarizer;
4pub mod datetime;
5pub mod scale;
6pub mod transform;