Explained Variance

Creator
Creator
Seonglae Cho
Created
Created
2025 Mar 21 0:24
Editor
Edited
Edited
2025 Jun 28 22:19

Explained Variance Score

"X explains p% of the variance in Y" means that when we know X, the remaining variance of Y becomes (1-p) times the total variance
A metric that indicates how well a model explains the variance (variability) in the data
Explained Variance=1Var(yy^)Var(y)\text{Explained Variance} = 1 - \frac{Var(y - \hat{y})}{Var(y)}
  • 1.0: Model perfectly explains all variance
  • 0.0: Model explains nothing (equivalent to always predicting the mean)
  • Negative: Model makes variance worse (predictions are worse than mean)
 
 
 
 
 
 

Backlinks

LoRAVariance

Recommendations