July 2016
Beginner to intermediate
462 pages
9h 14m
English
The mean absolute error (MeanAE) and residual sum of squares (RSS) are regression metrics given by the following equations:

The mean absolute error (10.11) is similar to the MSE and MedAE, but it differs in one step of the calculation. The common feature of these metrics is that they ignore the sign of the error and are analogous to variance. MeanAE values are larger than or ideally equal to zero.
The RSS (10.12) is similar to the MSE, except we don't divide by the number of residuals. For this reason, you get larger values with the RSS. However, an ideal fit gives you a zero RSS. ...
Read now
Unlock full access