|
|
|
|
|
by robzyb
3619 days ago
|
|
> I think what John is saying is that people commonly use R^2 as measure of model fit where something like root mean squared error (RMSE) gives a better measure of model fit (by measuring the distance from the true model) I don't mean to be rude, but that is definitely not what he is saying. There are two important things I'd like to clarify: - It is wrong to call the alternative measure "the RMSE". The alternative that the article was proposing was a made-up measure called E^2 which measures the distance from the true model. - The author is not suggesting that people use E^2 instead of R^2 for any case. In fact, in almost all cases it is impossible to use E^2, because calculating it requires you to know the true model, and if you know the true model it would be very unlikely that you'd be wasting your time measuring other models. The author makes it clear that E^2 isn't really to be considered an alternative when he called it the "generally unmeasurable E^2". |
|
If you go back to the first line: > People sometimes use R^2 as their preferred measure of model fit.
I think the post is going over why R^2 is not recommended as 2 is not only a measure of the error, but it includes a comparison with a constant model. John defines E^2 as a comparison metric which measures how much worse the errors are than if you used the true model.
Going back to a metric for determining model fit, RMSE/MSE/MAD are all alternative measures of model fit and are useful depending on the dataset.