Page 1 of 1

no Used in Decision Trees: Outlook (X1) Temperature (X2) Humidity (X) Play Tennis? (Y) sunny hot high overcast hot high

Posted: Sat May 14, 2022 7:14 pm
by answerhappygod
No Used In Decision Trees Outlook X1 Temperature X2 Humidity X Play Tennis Y Sunny Hot High Overcast Hot High 1
No Used In Decision Trees Outlook X1 Temperature X2 Humidity X Play Tennis Y Sunny Hot High Overcast Hot High 1 (34.16 KiB) Viewed 39 times
no Used in Decision Trees: Outlook (X1) Temperature (X2) Humidity (X) Play Tennis? (Y) sunny hot high overcast hot high ves rain mild high yes rain cool normal yes sunny mild high sunny mild normal ves rain mild normal yes overcast hot normal ves 1. Using the dataset above, calculate the mutual information for each feature (X1, X2, X3) to determine the root node for a Decision Tree trained on the above data. 110 • What is I(Y:X;)? • What is I(Y; X2)? 0.061 . What is I(Y; X;)? 0.311 • What feature should be split on at the root node? 2. Calculate what the next split should be. 3. Draw the resulting tree.