Decision Tree
A Decision Tree is a supervised learning algorithm used for making decisions or predictions based on input data. It is visualized as a tree-like structure where internal nodes represent tests, branches represent outcomes, and leaf nodes represent class labels or values.