Principal Component Analysis with Penguins Data in Python

PCA Plot with Penguin Scaled Data

Who does not love PCA with Penguins in Python. Sorry, could not resist saying this :). If you are tired of seeing Iris data for introducing all things Machine Learning, Data Science algorithms and Data Visualization examples, you are in for much needed treat in the form of Penguins. Thanks to Alison Horst, who has… Continue reading Principal Component Analysis with Penguins Data in Python

PCA Example in Python with scikit-learn

Principal Component Analysis (PCA) is one of the most useful techniques in Exploratory Data Analysis to understand the data, reduce dimensions of data and for unsupervised learning in general. Let us quickly see a simple example of doing PCA analysis in Python. Here we will use scikit-learn to do PCA on a simulated data. Let… Continue reading PCA Example in Python with scikit-learn