ComenzarEmpieza gratis

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 ejercicio forma parte del curso

Dimensionality Reduction in Python

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

# Create the boxplot
head_df.____

plt.show()
Editar y ejecutar código