Regression with CART trees.

CART stands for Classification And Regression Trees. The algorithm builds binary trees, where every split results in two branches. The algorithm recursively splits the data meaning that the dataset is...