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 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.
# Inspect the explained variance ratio per component
print(____)