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.
Diese Übung ist Teil des Kurses
Dimensionality Reduction in Python
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Inspect the explained variance ratio per component
print(____)