You are currently viewing What is the Decision Trees in 2minutes?

What is the Decision Trees in 2minutes?

A Decision Tree is a Supervised Machine Learning Algorithm that uses a set of rules to make decisions, similar to how humans make decisions. In Decision analysis, a decision tree can be used to visually and explicitly represent decisions and decision-making. Let us take a daily life example, you want to decide whether you should accept a new job offer or not. Then, in such a case building a decision tree simplify your task and help you make the correct decision.

Simple Explanation on How Decision Tree Algorithm Makes Decisions –  Regenerative

At their core, decision tree models are nested if-else conditions. We can use a Decision tree classifier for many tasks such as classifying which flower it is, which animal it is, whether someone is eligible for a job or not, and many more. If you have a large dataset, a Decision tree may not be a good option.

Thus, a Decision Tree has a flowchart-like tree structure, where each internal node denotes a test on an attribute, each branch represents an outcome of the test, and each leaf node (terminal node) holds a class label. It works for both categorical and continuous dependent variables.

Well, there’s many more to it, which will be covered later, so if you want to be updated with such simple and easy language content, don’t forget to follow us.

Get to access the Best Handouts on Machine Learning Algorithms with hands-on coding experience on amazing projects, Checkout my Data Science course from here:

This Post Has One Comment

Leave a Reply