<aside> 🟩

What is Decision Tree?

</aside>

A Decision Tree is like a flowchart that helps make decisions.

It starts with a main question (the root) and branches out based on answers.

Each branch leads to more questions or decisions (nodes) until it reaches a final decision (leaf).

For example, if deciding whether to buy an umbrella:

  1. Is it raining?

It’s simple, like following "if-then" rules step by step!

Decision Node.png

<aside> 🟩

Mathematics

</aside>

In a Decision Tree, mathematics is used to decide how to split data at each step.

Measures the "messiness" of data.

Lower entropy means data is more organized.

Screenshot 2025-01-01 at 12.44.23β€―PM.png

<aside> 🟩

Project

</aside>

https://github.com/mdntarif/ML_Decision_Tree/blob/main/ML_Decision_Tree.ipynb