decision trees.

What is a Decision Tree?
A decision tree is a diagram that shows how to make a prediction based on a series of questions. The responses determines which branch is followed next.
Continue reading

Machine Learning: Pruning Decision Trees
Machine learning is a problem of trade-offs. Here I look at pruning and early stopping for managing these trade-offs in the context of decision trees.
Continue reading