Decision Stumps
Learning algorithm:
Arbitrarily
select a feature for which some examples have different values
Assign labels to left and right children based on this feature
How should we do this?
(next)