✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
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 |