decision trees.

What is a Decision Tree?
01 August 2018 | by Jake Hoare

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
Machine Learning: Pruning Decision Trees
04 July 2017 | by Jake Hoare

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