<aside>
🌲
What is Random Forest?
</aside>
- Make Many Trees: It creates a lot of decision trees using different parts of the data.
- Each Tree Makes a Guess: Every tree makes its own prediction.
- Majority Wins: The final answer is the most common guess from all the trees.

<aside>
🌲
Project
</aside>
https://github.com/mdntarif/ML_Random_Forest/blob/main/ML_Random_Forest.ipynb