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] Value table: change text for leaf nodes #80

Closed danieldf01 closed 3 months ago

danieldf01 commented 3 months ago

On the value table: change "all labels have the same value" text for leaf nodes for which that is not the case (e.g., "There are no features/subsets left, so the most common label is ... ")