Question: [ 1 5 pts ] Consider a binary classification problem with two Boolean features, x 1 i n { 0 , 1 } , x

[15pts] Consider a binary classification problem with two Boolean features, x1in{0,1},x2in{0,1}. The training data are shown in the following figure where we have two points belonging to the positive ("+") class and the other two points belonging to the negative class ("-"). Draw a decision tree that can perfectly classify the training data, that is, all the training data points are classified correctly by the built decision tree.
Hint: features can be shared/reused by nodes at the same level of the decision tree. That is, two child nodes with a common parent can have the same feature. You do not need to follow the general rule of finding the feature with maximum information gain for this problem.
[ 1 5 pts ] Consider a binary classification

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!