
DECISION TREE
Introduction to Decision tree: Decision tree is a tree model to make different predictions. It features upside down tree. A Decision tree splits the data into multiple sets. After that each of the sets are further splited into different subsets to conclude at decision. It is a very natural decision making process asking a series…