Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider the following training regarding Decision for Weekend. Make a decision tree based on ID3 algorithm. Also describe which feature would ID3 algorithm choose as
Consider the following training regarding Decision for Weekend. Make a decision tree based on ID3 algorithm. Also describe which feature would ID3 algorithm choose as root node and why?
weekend | weather | parents | money | decision (category) |
W1 | SUNNY | YES | RICH | CINEMA |
W2 | SUNNY | NO | RICH | TENNIS |
W3 | WINDY | YES | RICH | CINEMA |
W4 | RAINY | YES | POOR | CINEMA |
W5 | RAINY | NO | RICH | STAY IN |
W6 | RAINY | YES | POOR | CINEMA |
W7 | WINDY | NO | POOR | CINEMA |
W8 | WINDY | NO | RICH | SHOPPING |
W9 | WINDY | YES | RICH | CINEMA |
W10 | SUNNY | NO | RICH | TENNIS |
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