Root Mean Squared Logarithmic Error (Rmsle)
[!def] Root Mean Squared Logarithmic Error (RMSLE)
$$
RMSLE = \frac{1}{N} \sum_i \sqrt{(log(y_i + 1) - log(\hat{y_i} + 1))^2}
$$
Pros:
- Good at Handling Outliers
Cons:
- Biased penalty
- Penalizes underestimation more than the overestimation