
Ultimate access to all questions.
You are working on a regression problem where the label variable has been log-transformed. You have calculated the root mean squared error (RMSE) of your model's predictions. Do you need to exponentiate the RMSE to interpret it correctly in the original scale of the label variable?
A
Yes, you need to exponentiate the RMSE to interpret it correctly in the original scale of the label variable.
B
No, you do not need to exponentiate the RMSE because it is already in the original scale of the label variable.
C
Yes, you need to exponentiate the RMSE to interpret it correctly, but only if you are using a specific loss function.
D
No, you do not need to exponentiate the RMSE because it is not affected by the log transformation of the label variable.