Home
Statistics▾
Data Types
Missing Values
Outliers
Confusion Matrix
Pre-processing
Exploratory Data Analysis
Bias-Variance Tradeoff
Train-Test split
Python▾
Importing data
Heatmap
Supervised▾
Decision Trees
Naive Bayes
Support Vector Machines
Logistic Regression
Ensemble Models
Random Forest
Unsupervised▾
Principal Component Analysis
Time Series▾
Importing Time Series data
Basic conceptss
Time Series Components
Exponential Smoothing Techniques
Time series Cross-validation & Forecasting Accuracy
ARIMA/SARIMA with Python
Deep Learning▾
Deep Learning Basics
Building a Deep Learning Model
Privacy Policy
About Me
Data Science Simplified
Learning the Machine Learning, in a Human-friendly Way
Demystifying Principal Component Analysis (PCA): A Beginner's Guide with Intuitive Examples & Illustrations
In this post, let us understand
What is Principal Component Analysis (PCA)
When to use it and what are the advantages
How to perform PCA in Python with an example
Read more »
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Popular Posts
ARIMA/SARIMA with Python: Understand with Real-life Example, Illustrations and Step-by-step Descriptions
Demystifying Principal Component Analysis (PCA): A Beginner's Guide with Intuitive Examples & Illustrations
Feature Selection: Filter method, Wrapper method and Embedded method
Confusion Matrix, Accuracy, Precision, Recall, F score Explained with Intuitive Visual Examples
Components of Time Series: A Beginner's Visual Guide
Train-Test split and Cross-validation: Visual Illustrations & Examples
Time series Cross-validation and Forecasting Accuracy: Understand with Illustrations & Examples
Handling Missing Values in Python: Different Methods Explained with Visual Examples
Scales of Measurement - Data types: Nominal, Ordinal, Interval and Ratio scale
Support Vector Machines (SVM) Explained with Visual Illustrations