Introduction to Decision Trees
Decision trees are a popular machine learning model used for classification and regression. In this post, I give an intuitive introduction to decision trees. The setup is as follows: Given a dataset about cats' features (ie whisker length, fur color, etc), how can we use a decision tree to predict the gender of a cat?
Read More