Classification and Regression Tree (CART)

CART is the simpler version of Random Forest with a single tree(or forest). it provides higher interpretability compared to Random Forest and Regression.

CART technique is used to predict categorical or continuous variables.