Chapter 06.02: Growing a Tree

In this section, we explain how to grow a tree starting with an empty tree, i.e., a root node containing all the data. It will be shown that trees are grown by recursively applying greedy optimization to each node.

Lecture video

Lecture slides