How are they made ?

Screenshot 2025-08-02 at 2.04.02 PM.png

<aside> 💡

even though, this would make an impeccable tree, which predicts PERFECTLY - but that’s a trap, the Bias-Variance Trap

How to prune regression trees ?

Cost Complexity Pruning

Screenshot 2025-08-02 at 2.13.26 PM.png

Tree Score

$$ \text{Tree Score} = SSR + \alpha T $$

How to find the best $\alpha$ and make the best tree ?