✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Suppose that you are given the below dataset of mushroom types with two features of “color” and whether the mushroom “is spotted” and the output variable of whether the mushroom “is poisonous”. Which of the following statements is/are correct assuming that features are conditionally independent?
x1 = Color | x2 = Is Spotted | y = Is Poisonous |
dark brown | yes | Yes |
white | yes | Yes |
dark brown | no | Yes |
white | no | No |
dark brown | no | No |
light brown | no | No |
white | yes | No |