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.
In the appearing modal when clicking the "Load own .csv data" button, provide information on how exactly the .csv file has to be structured for it to work.
Also provide a maximum number of acceptable rows and columns (alternatively, put a warning that the program might not work efficiently in showing the decision tree creation if there are too many rows/columns or if the data exceeds a certain amount of rows/columns)
In the appearing modal when clicking the "Load own .csv data" button, provide information on how exactly the .csv file has to be structured for it to work. Also provide a maximum number of acceptable rows and columns (alternatively, put a warning that the program might not work efficiently in showing the decision tree creation if there are too many rows/columns or if the data exceeds a certain amount of rows/columns)