QuestionQ1
Advanced Analytics - Theory, Application, and Interpretation of Results for Eight MethodsA decision tree is being constructed. An internal node is being assessed for partitioning on variables A and B. The internal node has an entropy of 0.8, and each variable has the following entropy:
- Variable A: 0.5
- Variable B: 0.4
Which variable will partition the data, and what is its information gain?
- A Variable B; information gain is 0.1
- B Variable B; information gain is 0.4
- C Variable A; information gain is 0.1
- D Variable A; information gain is 0.5
Community Discussion