Why does log-transforming the target have a huge impact on MSE value?
I am doing linear regression using the Boston Housing data set, and the effect of applying $\log(y)$ has a huge impact on the MSE. Failing to do it gives MSE=34.94
while if $y$ is transformed, it gives 0.05
.
Topic transformation rmse mse feature-scaling
Category Data Science