INFO

Represents the proportion of variance explained by a regression model, assessing its fit.

How It Works

  • : Mean of actual values
  • ranges from 0 to 1 (or negative if model is worse than baseline)

What to Look For

  • Higher = better fit
  • Can be misleading with non-linear models or overfitting
  • Use alongside residual plots for deeper insight

Application Models