A
AcadiFi
TS
TreeLearner_Sigbjorn2026-04-08
cfaLevel IIQuantitative MethodsMachine Learning

How does the CART algorithm build regression trees?

I keep reading about decision trees and CART. How does the algorithm actually decide where to split and when to stop? I want intuition, not just code.

77 upvotes
AcadiFi TeamVerified Expert
AcadiFi Certified Professional
CART builds regression trees by recursively selecting splits that maximize RSS reduction, stopping based on depth or sample criteria, then pruning via cross-validation...

Unlock with Scholar — $19/month

Get full access to all Q&A answers, practice question explanations, and progress tracking.

No credit card required for free trial

📊

Master Level II with our CFA Course

107 lessons · 200+ hours· Expert instruction

#cart#decision-tree#machine-learning