Session Ready
Exercise

Calculating Principal Components

You'll visually inspect a 4 feature sample of the ANSUR dataset before and after PCA using Seaborn's pairplot(). This will allow you to inspect the pairwise correlations between the features.

The data has been pre-loaded for you as ansur_df.

Instructions 1/4
undefined XP
  • 1
  • 2
  • 3
  • 4
  • Create a Seaborn pairplot to inspect ansur_df.