1. Introduction Unlike the meme above, Tree-based algorithms are pretty nifty when it comes to real-world scenarios. Decision Tree is a supervised (labeled data) machine learning algorithm that can be used for both classification and regression problems. It’s similar to the Tree Data Structure, which has a root, and multiple other types…