Regression refers to predictive modeling problems that involve predicting a numeric value. — It is different from the classification that involves predicting a class label. Unlike classification, you cannot use classification accuracy to evaluate the predictions made by a regression model. I have wrote article on evaluation metrics for classification task you can checkout here . Instead, you must use error metrics specifically…