danieldf01 / TFG-decision-trees-sim

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.
https://danieldf01.github.io
1 stars 1 forks source link

[Decision Tree prototype] step-by-step visualization #49

Closed danieldf01 closed 6 months ago

danieldf01 commented 6 months ago

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.

danieldf01 commented 6 months ago

image

danieldf01 commented 6 months ago

Not yet implemented the step-by-step visualization of the calculated values: image

Will leave that for the next sprint as I would not have enough time for the rest of this sprint's issues otherwise