One dataset. Two definitions of “important.”
PCA rotates standardized features toward directions with the greatest spread. Classical MDS starts from every pairwise distance and searches for a lower-dimensional map that preserves those relationships. Compare the same labels across both panels: similar geometry means the dominant variance also carries most of the distance structure.
PCA
covariance → eigenvectors
MDS
distances² → centered Gram matrix
Read retention
The first two PCA eigenvalues divided by all eigenvalues tell you how much standardized variance survives the projection. Higher is better, but it does not guarantee every local distance survives.
Read stress
Normalized stress compares original distances with distances in the MDS map. Near zero means the 2D geometry faithfully preserves the original relationships.
Make it yours
Replace the sample with measurements from a real portfolio dataset. Keep labels and groups, add three numeric features, then export the two embeddings as analysis-ready evidence.