This document discusses the advantages and disadvantages of CART (Classification and Regression Trees) models. It notes that CART is nonparametric, performs automatic variable selection, handles mixed data types and missing values. However, CART models can be discontinuous and unstable with correlated predictors. The document also outlines uses of CART, including prediction, exploratory data analysis, and variable selection.