✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
You are designing a Naïve Bayes classifier to predict whether a customer will buy a computer (Buy_Computer = Yes or No) based on a feature tuple
Bayes’ theorem gives the posterior probability:
When classifying a new customer, why is the division by P(X) often omitted when comparing P(Buy_Computer = Yes | X) and P(Buy_Computer = No | X)?
Select one: