Question: You are given a three - dimensional binary classification data set with six data points. You use the three binary features , and { :

You are given a three-dimensional binary classification data set with six data points.
You use the three binary features , and {:x3) to predict the class label using a
decision tree classifier. You use the entropy as the impurity measure. In the case of
ties when splitting, prefer using the feature with the smaller index (x1 over x2,x1 over
x3, and x2 over x3). You might find the following values useful.
log2(1)=0.00,log2(2)=1.00,log2(3)=1.58,log2(4)=2.00
log2(5)=2.32,log2(6)=2.58,log2(7)=2.81,log2(8)=3.00
(a) Which variable would you use in the first split at the root node? Justify your
answer.
(b) Construct the whole decision tree learned on this data set.
 You are given a three-dimensional binary classification data set with six

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 Databases Questions!