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
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Create the boxplot
head_df.____
plt.show()