Mean Squared Error (MSE): Mean Squared Error (MSE) is the average of the squared differences between observed and predicted values. It is calculated as $$ MSE = \frac{SSE}{n} $$, where $n$ is the number of observations.
R-squared:$R^2$ (R-squared) measures the proportion of variance in the dependent variable that is predictable from the independent variables. It ranges from 0 to 1, with higher values indicating better model fit.
Residuals:Residuals are the differences between observed and predicted values in a regression model. They represent errors not explained by the model.