Supervised Learning: Algorithms and Business Use Cases II
This lesson continues to discuss supervised learning algorithms.
We'll cover the following
Decision trees
These are highly interpretable models that can be used for both classification and regression tasks. They split data-feature values into branches at decision nodes (e.g, if a feature is a color, each possible color becomes a new branch) until a final decision output is made. Decision trees are often fast and accurate and, hence, are widely used.
Get hands-on with 1400+ tech skills courses.