Abrir menu de navegação
AIDive
PT
Entrar
Voltar ao glossário

Adjusted R-Squared

Machine Learning

A statistical metric that evaluates the quality of a regression model, adjusted for the number of features.

Definição

The usual R-square shows how much of the variance in the data is explained by the model, but almost always increases as new features are added. Adjusted R-square takes into account the complexity of the model and helps to understand whether the new feature actually improves the explanation of the data.

Exemplo

If the sales forecast gets a little better after adding dozens of random features, the adjusted R-squared may show that the improvement is not worth the complication.

Por que importa

The term helps avoid overestimating complex models and choosing understandable solutions, especially in analytics, finance and business forecasting.

Como funciona

The metric increases when a new feature actually improves the model, and can decrease if the feature adds complexity without benefit.

Onde é usado

  • regression analysis
  • forecasting
  • comparison of statistical models

Limitações

The metric does not replace testing on test data. A good value does not guarantee cause-and-effect relationships and robustness of the prediction.

FAQ

Why is “Adjusted R-Squared” useful to know?

The term helps avoid overestimating complex models and choosing understandable solutions, especially in analytics, finance and business forecasting.