Decision Trees Algorithm
Decision Tree is a Supervised machine learning algorithm used for performing Classification and Regression tasks.
How Decision Trees Work
Suppose we have an classification dataset of some Yes and No Values.
This dataset contains 14 observation of wea...
meemansha.hashnode.dev2 min read