Understanding Root Mean Squared Logarithmic Error ( RMSLE )
Explaination
A. What is RMSLE?
RMSLE is an evaluation metric used for regression problems. It measures the ratio-based difference between predicted and actual values rather than absolute differences. RMSLE is especially useful when:
You care more ab...
data-science-notes.hashnode.dev2 min read