Mean Absolute Percentage Error (MAPE)
 Mean Absolute Percentage Error
Pros of MAPE
- Errors are normalized on a common scale; hence easy to understand
 - The problem of negative and positive cancelling each other is not there
 
Cons of MAPE
- Need to avoid values with ground truth 0 because of 
in denominator  - Penalizes negative errors more than positive
 - Change on actual value, change the error even the error value is same