1.Decision Tree
“A graphical representation of all possible solutions to a decision based on a certain condition”. A decision tree is one of the supervised machine learning algorithms. This algorithm can be used for regression and classification problems — yet, is mostly used for classification problems. A decision tree follows a set of if-else conditions to visualize the data and classify it according to…