Introduction Decision Tree is a binary tree like data structure which recursively splits the dataset until we are left with pure leaf nodes. The internal nodes represent the conditions and the leaf nodes represent the decision based on the conditions...
shubham4443.hashnode.dev3 min read
No responses yet.