✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
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: