Tagged articles
2 articles
Page 1 of 1
Data Party THU
Data Party THU
Apr 9, 2026 · Fundamentals

Mastering Numeric Feature Scaling: 4 Techniques with Scikit‑Learn

This article explains why numeric feature engineering is essential for machine learning, outlines the challenges of differing scales and outliers, and demonstrates four preprocessing methods—Standardization, Robust Scaler, Power Transformer, and Normalization—using the California housing dataset with detailed code examples and visual analysis.

feature scalingnormalizationnumeric preprocessing
0 likes · 11 min read
Mastering Numeric Feature Scaling: 4 Techniques with Scikit‑Learn
DeepHub IMBA
DeepHub IMBA
Mar 22, 2026 · Artificial Intelligence

Four Numeric Scaling Techniques: When to Use Standard, Robust, Power, and Min‑Max

This article explains why numeric feature engineering is essential for machine‑learning models, outlines the two main challenges of differing magnitudes and outliers, and demonstrates four scaling methods—StandardScaler, RobustScaler, PowerTransformer, and MinMaxScaler—using the California housing dataset, complete with code, visualizations, and guidance on when each method is appropriate.

feature scalingmin-max scalingpower transformer
0 likes · 13 min read
Four Numeric Scaling Techniques: When to Use Standard, Robust, Power, and Min‑Max