Decision Tree Game
An interactive game to demonstrate how decision trees work. Built using D3.js
An interactive game to demonstrate how decision trees work. Built using D3.js
The decision tree is one of the first classification algorithms taught in any machine learning course. It is easy to understand and gives a very interpretable output. Despite this, most people don't realise that all tree building algorithms (e.g. CART, ID3, C.45, MARS) are suboptimal.