Calculating Accuracy

In our previous article we seen how to calculate linear regression by hand, in this article we will discuss how to find the accuracy of our linear regression model which we build. Below are the metrics we need to calculate to check our model accuracy. R^2 (Coefficient of Determination) Adjusted R^2 MSE RMSE                   First,Continue reading “Calculating Accuracy”