Classification and Regression Trees (CART)
The CART algorithm is an approximate method for searching high-dimensional data for statistical effects with interactions between variables.
References
- Michael Dorner's repository, 2014, Decision Trees - An Introduction
- Martin Krzywinski & Naomi Altman, CART, 2017, DOI:10.1038/nmeth.4370
- Wei-Yin Loh, CART, 2011, DOI: 10.1002/widm.8
- R-project rpart
- Scikit learn Decision Trees
- Cosmo Shalizi's Lecture Notes, 2015, CART
- Wikipedia, Decision tree learning limitations