Date: May 19, 2024

Topic: Other Considerations

Recall

When using continuous attributes, it is possible to reuse the same attribute for a split down the tree

Notes

Using Continuous Attributes


We should check the tree before expanding to know how much error is there.

If the error is sufficiently low, we may consider stopping the split.

When Do We Stop?

When Everything is Classified Correctly

Using Cross Validation and Pruning


For regression tasks, consider the average of the output values for the prediction

Regression (Continuous Outputs)


<aside> 📌 SUMMARY: Other decision tree considerations include using continuous attributes, the stopping point of building the tree and the problem of having continuous outputs (regression)

</aside>