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 an issue of trade-offs. Here we look at pruning and other ways of managing these trade-offs in the context of decision trees. Read more.
Continue reading