Intro to PCA
An introduction to what PCA is doing to your data using an easy mental model. We show examples of how to use PCA in Python + an interesting side effect of PCA.
Learn:
- What PCA is doing to your data, geometrically.
- How to perform PCA using Scikit Learn.
- What attributes the Principle Components have.
We Also Recommend