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 step-by-step visualization/simulation of the decision tree creation that lets the user control buttons like "Next", "Back", "Initial step", "Final step" to control the flow of the simulation.
Implement a step-by-step visualization/simulation of the decision tree creation that lets the user control buttons like "Next", "Back", "Initial step", "Final step" to control the flow of the simulation.