Learn Before
Concept
Naive Bayes Assumption
The Naive Bayes assumption is a conditional independence assumption used to simplify the computation of the likelihood function: P(f_1, dots, f_n|c) = P(f_1|c) dots P(f_n|c). It assumes that the features are conditionally independent of each other given the class .
0
1
Updated 2026-06-20
Tags
Data Science