Hi, our team are confused about this criterion, mostly the absolute square part. We understand it as the absolute value of the difference of true value and predicted value to the power of 2. To be more specific, it looks like this (you can use a markdown cell in notebook to view it):
$MASE(y, \hat y) = max(\sqrt{|y_i - \hat y|})$
But isn’t the absolute operation redundant for this?