Machine Learning : Decision Tree (Part 15)
This time we are learning decision tree for the classification one
So, if the data is looking like this
we can split it to separate green and red data.
Splitting based on 60 on X2 & the decision tree
Then based on 50 on X1 data & the decision tre...