The aim of this project has been to build a web application that teaches the concept of decision tree creation algorithms. It contains an Entropy calculator, a Conditional Entropy calculator, and a step-by-step visualization of the ID3 algorithm for creating decision trees.
Implement a first prototype that displays the entropy function dynamically. It should be able to display where, given certain input values, the output value lands on a graph like the following:
The prototype should be done using the D3 library.
Implement a first prototype that displays the entropy function dynamically. It should be able to display where, given certain input values, the output value lands on a graph like the following:
The prototype should be done using the D3 library.