Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 3: (10 points) Decision Trees Consider the table of measured data given at right. (Note that some data points are repeated.) We will use
Problem 3: (10 points) Decision Trees Consider the table of measured data given at right. (Note that some data points are repeated.) We will use a decision tree to predict the outcome y using the three features, xi, , :3. In the case of ties, we prefer to use the feature with the smaller index (xi over r2, etc.) and prefer to predict class 1 over class 0. You may find the following values useful (although you may also leave logs unexpanded) log2(1) 0 log2(2) log2(3) 1.59 log2(4) 2 log2(5) -2.32 log2(6) 2.59 log2(7) 2.81 log2(8) 3 100 1 1001 101 0 (a) What is the entropy of y'? (b) Which variable would you split first? Justify your answer (c) What is the information gain of the variable you selected in part (b)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started