Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Suppose you want ID3 to decide whether the weather is amenable to playing baseball. The target classification is should we play baseball? which can be

image text in transcribed

Suppose you want ID3 to decide whether the weather is amenable to playing baseball. The target classification is "should we play baseball?" which can be yes or no. The weather attributes are outlook and wind speed. They can have the following values: outlook (sunny, overcast, rain ) wind - (weak, strong ) Examples of set S are (assume that all the examples in table below occur with equal probability) Dav Outlook Wind Weak Strong Weak eak Strong Strong ball logz I Yes D1 D2 D3 D4 D5 D6 Sunny Sunny Overcast 1.5850 2.0000 Yes Yes Overcast No 2.5850 Rain You need to find which attribute (outlook or wind) will be the root node in your decision tree. Use the log values in the table. Make sure to show your step by step work Recall the logarithm rule: log, (x/y)- logo (x)-log, (y) Suppose you want ID3 to decide whether the weather is amenable to playing baseball. The target classification is "should we play baseball?" which can be yes or no. The weather attributes are outlook and wind speed. They can have the following values: outlook (sunny, overcast, rain ) wind - (weak, strong ) Examples of set S are (assume that all the examples in table below occur with equal probability) Dav Outlook Wind Weak Strong Weak eak Strong Strong ball logz I Yes D1 D2 D3 D4 D5 D6 Sunny Sunny Overcast 1.5850 2.0000 Yes Yes Overcast No 2.5850 Rain You need to find which attribute (outlook or wind) will be the root node in your decision tree. Use the log values in the table. Make sure to show your step by step work Recall the logarithm rule: log, (x/y)- logo (x)-log, (y)

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

Essential SQLAlchemy Mapping Python To Databases

Authors: Myers, Jason Myers

2nd Edition

1491916567, 9781491916568

More Books

Students also viewed these Databases questions

Question

What are Measures in OLAP Cubes?

Answered: 1 week ago

Question

How do OLAP Databases provide for Drilling Down into data?

Answered: 1 week ago

Question

How are OLAP Cubes different from Production Relational Databases?

Answered: 1 week ago