We will outline 8 key advantages and disadvantages of Decision Trees in this post. Both classification and regression Decision Trees will considered.
Pruning Decision Trees involves a set of techniques that can be used to simplify a Decision Tree, and enable it to generalise better.
Build a Decision Tree in Python from Scratch Yes, Decision Trees handle categorical features naturally. Often these features are treated by first …
Build a Decision Tree in Python from Scratch Yes, Decision Trees handle missing values naturally. It is straightforward to extend the CART algorithm …
Mean Squared Error What is the Median Absolute Error? The Median Absolute Error is a metric that can be used to quantify …
Can Decision Trees Handle Missing Values? In general, Decision Trees are quite robust to the presence of outliers in the data. This …
