R-Squared

In Linear Regression is tells us how much of the total Variance of the target outcome is explained by the model.

  • → worse than mean predictor
  • → mean predictor
  • → best possible score.

Adjusted

Normal R-Squared gets bigger with more features, so it is better to use the adjusted version: where number of datapoints and number of features.