I'm fitting a linear regression between two variables and to reduce the problem of heteroskedasticity I have log-transformed the outcome variable y.
However, this makes it difficult for me, a non statistician, to understand how I should backtransform to the MAPE (mean absolute percentage error) as it is a metric that is wanted for the comparison. I have understood that in general, back transformations should be done on the final values, and not partial calculations. But I don't know the form this transformation should take between: T(mean absolute percentage log error)= MAPE of y.
edit: had mistakenly wrote percentile instead of percentage, now changed.