PCA explained variance
You'll be inspecting the variance explained by the different principal components of the pca
instance you created in the previous exercise.
Este ejercicio forma parte del curso
Dimensionality Reduction in Python
Ejercicio interactivo práctico
Prueba este ejercicio y completa el código de muestra.
# Inspect the explained variance ratio per component
print(____)