Goto

Collaborating Authors

 split increase


R: Decision Trees (Regression)

#artificialintelligence

Decision Trees are popular supervised machine learning algorithms. You will often find the abbreviation CART when reading up on decision trees. CART stands for Classification and Regression Trees. In this example we are going to create a Regression Tree. Meaning we are going to attempt to build a model that can predict a numeric value.