InterviewSolution
Saved Bookmarks
| 1. |
Write down 6 model evaluation techniques? Highlight two of those which can be used to measure or evaluate Linear Regression models. |
|
Answer» Model evaluation techniques are as follows:
Out of the above, RMSE and MAPE can be used to evaluate linear regression models or algorithms. |
|