Assignment Nos. 1 Decision Tree Analysis
Assignment Nos. 1 Decision Tree Analysis
College of Accountancy
SCHOOL OF MANAGEMENT
No.9 Central Avenue, New Era, Quezon City 1107 Philippines
Tel. Nos. (632) 8981-4227/Fax: (632) 8981-4240
E mail add: [email protected]
Starting from a single node, a decision tree will branch out into possible outcomes.
They all lead to other nodes, which in turn lead to further possibilities. Furthermore, it
resembles a tree.
Given that decision-making only becomes necessary when there are other
alternatives, it is a method that must be used consciously and diligently in order to solve
the problem that has already arisen, or in order to find the possible and feasible solutions
that we may imagine during our daily interactions related to our personal or professional
lives. Determining the seriousness and importance of circumstances that arise over a
given day or period of time involves categorizing the decision-making process according
to the urgency and importance of the challenges and misfortunes at hand.
3. Explain the advantages and disadvantages of a decision tree.
The advantage of a decision tree algorithm is that it is easy to comprehend,
interpret, and visualize because the concept is commonly adopted in our daily lives and
the outcome can be simply processed by humans. It may be used for both regression and
classification problems, and it can handle both continuous and categorical data. Decision
Tree does not require feature scaling (standardization and normalization) because it uses
a rule-based technique rather than distance calculation. And furthermore, missing values
in the data have few impacts on the decision tree process.
In contrary to that, a little change in the data in a decision tree can create a huge
change in the structure of the decision tree, resulting in instability. When compared to
other methods, some operations might be inherently more complicated, requiring more
time for training the system, and training is costly because to the complexity and time
required. When it comes to using regression and predicting continuous values, the
Decision Tree method performs poorly.