What is the value of AIC criterion if RSS is 0?
The AIC formula is :
$AIC = 2k + n Log(RSS/n)$
So if RSS is equal to 0, it is undefined. How do I deal with this? What value should it take?
Topic data-science-model estimators error-handling accuracy
Category Data Science