Charts/relationship/Correlation Matrix
Advancedrelationship

Correlation Matrix

Display pairwise correlations between all variables in a dataset as a colored grid.

Quick Facts

Complexity

advanced

Category

relationship

Correlation Matrix · Example Data
Marketing SpendHeadcountChurn RateRevenue8267-71Marketing Spend054-38Headcount00-29

When to use a Correlation Matrix

  • Exploratory data analysis with many numeric variables
  • Feature selection for machine learning models
  • Understanding multicollinearity in regression
  • Scientific reporting of variable relationships

About the Correlation Matrix

A correlation matrix is a special heatmap that shows the Pearson (or Spearman) correlation coefficient between every pair of variables in a dataset. Values range from -1 (perfect negative) to +1 (perfect positive), with 0 meaning no linear relationship.

It is a foundational tool in exploratory data analysis (EDA) and feature selection for machine learning. The matrix is symmetric, so only one triangle needs to be shown.