Question
What is the “naive” assumption in Naive Bayes?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Features are conditionally independent given the class
Explanation:
The model factorizes the joint feature likelihood into separate feature contributions within each class. This simplifying assumption is often unrealistic but computationally useful.
Leave a Reply