⇒ One of the learning algorithms that is very powerful, widely used in many applications, also used by many to win machine learning competitions is decision trees and tree ensembles.
Think of a decision tree like a flowchart you might use to make a decision. It starts with a question about the data and then branches out based on the answer. (These branches are called splits)


