Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using the tennis data, build a decision tree by hand, using Information Gain as the criterion and splitting on all possible values of each variable.

Using the tennis data, build a decision tree by hand, using Information Gain as the criterion and splitting on all possible values of each variable.

1) Provide detailed intermediate steps and show the entropy for all nodes considered.

2) Use the tree to predict if the game will be played for {overcast, mild, normal, weak}. What is the probability of this result using Laplace Correction for probability estimation?

TENNIS DATA

day,outlook,tem,hum,wind,play

d1,sunny,hot,high,weak,no

d2,sunny,hot,high,strong,no

d3,overcast,hot,high,weak,yes

d4,rain,mild,high,weak,yes

d5,rain,cool,normal,weak,yes

d6,rain,cool,normal,strong,no

d7,overcast,cool,normal,strong,yes

d8,sunny,mild,high,weak,no

d9,sunny,cool,normal,weak,yes

d10,rain,mild,normal,weak,yes

d11,sunny,mild,normal,strong,yes

d12,overcast,mild,high,strong,yes

d13,overcast,hot,normal,weak,yes

d14,rain,mild,high,strong,no

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Sql++ For Sql Users A Tutorial

Authors: Don Chamberlin

1st Edition

0692184503, 978-0692184509

More Books

Students also viewed these Databases questions

Question

How do exchange-traded funds (ETFs) differ from mutual funds?

Answered: 1 week ago