ComeçarComece de graça

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

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Inspect the explained variance ratio per component
print(____)
Editar e executar o código