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 pricing

Real-world example

No real-world example available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Common mistakes

No common mistakes listed yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Follow-up questions

No follow-up questions available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

More PCA interview questions

View all →