Decision Tree
Decision Tree
Life is all about making decisions. We keep on making decisions in our day to day activities
like whether to go to school or not. Whether to have breakfast or not. This phenomenon has
influenced a wide area of machine learning and decision tree is a widely used algorithm in
making decisions.
A decision tree is a tree-shaped diagram that people use to determine a course of action or
show a statistical probability. Each branch of the tree represents a possible decision,
occurrence, or reaction. The decision
tree will have a root node and other
nodes are called child nodes.
So, our machine learning model will take the utterances as input data and uses a decision tree
algorithm to divide the data into positive or negative.