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.
Cet exercice fait partie du cours
Dimensionality Reduction in Python
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Inspect the explained variance ratio per component
print(____)