Principal Component Analysis (PCA)
Principal Component Analysis
PCA transforms features into a smaller set of principal components.
python
from sklearn.decomposition import PCA
Next Tutorial: Cluster Evaluation

