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
.
Este exercício faz parte do curso
Dimensionality Reduction in Python
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# Create the boxplot
head_df.____
plt.show()