seniorPCA
Why is PCA sensitive to feature scaling and normalization?
Updated May 17, 2026
Short answer
PCA is variance-based, so unscaled features with large ranges dominate results.
Deep explanation
PCA relies on covariance matrix, where variance magnitude directly influences principal components. If features are not standardized, high-magnitude variables dominate eigenvectors, leading to biased projections. Standardization ensures equal contribution from all features.
Unlock with a Pro subscription to view this section.
View pricingReal-world example
No real-world example available yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProCommon mistakes
No common mistakes listed yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProFollow-up questions
No follow-up questions available yet.
Unlock with a Pro subscription to view this section.
Upgrade to Pro