Data Science

(Naive Bayes) How to solve the problem if a particular attribute value does not occur in conjunction with every class value?

- Use Laplace correction
 
E.g. adding 1 to the nominator
 
and adding the sum of all 1's added to the nominators to the denominator
 
 

Diskussion