Get startedGet started for free

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.

This exercise is part of the course

Dimensionality Reduction in Python

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Inspect the explained variance ratio per component
print(____)
Edit and Run Code