Question
Consider the training data set collected by the ABC bank as shown in the following Table. The last column is the target value (label). We
Consider the training data set collected by the ABC bank as shown in the following Table. The last column is the target value (label). We would like to build a decision tree to classify new customers as High or Low credit customers. Consider the following two candidate splits at the root
-
using the Savings attribute only.
-
using the Assets attribute only.
(a) Draw a decision tree for each of the above candidate splits
Customer | Savings | Assets | Credit |
1 | Medium | High | High |
2 | Low | Low | Low |
3 | High | Medium | Low |
4 | Medium | Medium | High |
5 | Low | Medium | High |
6 | High | High | High |
7 | Low | Low | Low |
8 | Medium | Medium | High |
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