AUA Regression Tree | Page 13

Decision Tree Tree Learning nodes are grown recursively. At each node, split the data based on: feature f and split-point sp to maximize IG(node). If IG(node)= 0, declare the node a leaf. ...