Questions tagged [rmse]
The rmse tag has no summary.
1 question
3
votes
2
answers
5k
views
Reason for generally using RMSE instead of MSE in Linear Regression
In linear regression, why we generally use RMSE instead of MSE? The rationale I know is that it's easy to minimize the error in RMSE instead of MSE by Gradient Descent, but I need to know the exact ...