Get startedGet started for free

Finding a good variance threshold

You'll be working on a slightly modified subsample of the ANSUR dataset with just head measurements pre-loaded as head_df.

This exercise is part of the course

Dimensionality Reduction in Python

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Create the boxplot
head_df.____

plt.show()
Edit and Run Code