Data Transformation: Scaling, Encoding, and Binning
Was this section helpful?
The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Trevor Hastie, Robert Tibshirani, and Jerome Friedman, 2009 (Springer) - Provides a rigorous statistical and computational foundation for machine learning algorithms, covering the theoretical underpinnings of data preprocessing techniques like scaling and transformation.
MLJ.jl Documentation, The MLJ Developers, 2025 - Official documentation for the Machine Learning Julia framework, detailing the usage of Standardizer, OneHotEncoder, ContinuousEncoder, and UnivariateDiscretizer models for data transformation.