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.
Make the user be able to add rows/columns to the loaded dataset. The user should be able to choose from already existing attribute and label values.
Also check if it's possible to do ID3 with multiple classes.