Residual Sum of Squares: \(RSS = \sum(Y_i - Y_{fitted})^2\)
Total Sum of Squares: \(TSS = \sum(Y_i - Y_{mean})^2\)
a relative metric, always between 0 and 1, closer to 1 => better model
RMSE: Root-Mean-Squared Error, if \(x_i\) is actual and \(\hat{x_i}\) is predicted value then: $\(\sqrt{\sum_{i=1}^n \frac{{(x_i - \hat{x_i})}^2}{N}}\)$