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 Entropy prototype, display a message when the user calculates the Entropy for more than 2 classes: it should inform them about the fact the result cannot be displayed on the graph as the function only presents the Entropy curve for 2 classes.
In the Entropy prototype, display a message when the user calculates the Entropy for more than 2 classes: it should inform them about the fact the result cannot be displayed on the graph as the function only presents the Entropy curve for 2 classes.