
Ultimate access to all questions.
In a regression problem, you have trained a model using the mean squared error (MSE) as the loss function. You want to evaluate the performance of your model using the root mean squared error (RMSE). Which of the following steps should you take, and why?
A
Take the square root of the MSE, because the RMSE is the square root of the MSE.
B
Divide the MSE by the number of samples, because the RMSE is the average of the squared errors.
C
Multiply the MSE by the number of samples, because the RMSE is the sum of the squared errors.
D
Do not perform any additional steps, because the MSE is already a measure of error.