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 f1,,fnf_1, \dots, f_n are conditionally independent of each other given the class cc.

0

1

Updated 2026-06-20

Tags

Data Science