Decision Trees: how a machine asks questions

A decision tree is a sequence of yes–no questions. The real work is to choose which question to ask first, and how many to ask.

Decision Trees, Bias-Variance