Algorithms

This is about supervised algorithms, theory, implementations and visualisations.

The Decision Tree Algorithm: Entropy

Which Attribute to Choose? (Part1)

In a binary classification problem, such as the dataset above, we have 2 sets of examples 1) Positive (Yes) and 2) Negative (No), and this is how we compute the entropy of our dataset: Please note that the base of the Logarithm is 2. As for the proportions, let’s …

The Decision Tree Algorithm: Entropy Read More »