Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The following figures illustrate a step in the application of the Classification Tree method to the Riding Mowers case study ( 2 4 total observations
The following figures illustrate a step in the application of the Classification Tree method to the Riding Mowers case study total observations
The first three splits are shown on the scatter plot, in which Region has observation, Region has observations, Region has observations, and Region has observations.
The tree diagram shows the classification algorithm that corresponds to the displayed three splits.
Figure Figure
Compute the Gini impurity measure for Region in the scatter plot.
Compute the Gini impurity measure for Region in the scatter plot.
Compute the Gini impurity measure for Region in the scatter plot.
Compute the Combined Gini Impurity for the entire dataset at this step of the algorithm.
Consider the following Test dataset consisting of consumers and their actual ownership status:
Obs # Income LotSize Ownership
Owner
Owner
Non
Owner
The algorithm shown in the tree diagram in Figure will correctly classify observation # as an Owner class and incorrectly classify observation # as a Non class With this as a hint to enable you to
verify your understanding of the method, use the tree diagram to classify the remaining observations. Report your answers via the next two questions.
How will the algorithm shown in the tree diagram classify observation # from this Test dataset? Owner vs Non
How will the algorithm shown in the tree diagram classify observation # from this Test dataset? Owner vs Non
With and representing "Owner" and "Non" respectively, below is the Confusion Matrix for the classification algorithm encoded in the tree diagram in Figure when applied to the entire observation Test dataset presented above:
What is the numerical value of B in the Confusion Matrix?
What is the numerical value of C in the Confusion Matrix?
Is the tree in Figure fullygrown?
Would pruning the tree in Figure increase the risk of overfitting?
The following questions consider part of this module's exercises Classification Tree applied to the Undecideds dataset, with pruning Answer all questions for the Best Pruned tree resulting from a :: partition using seed
Which of the predictor variables were determined by the tree to not be sufficiently relevant to the classification decision?
Suppose Voter A has these attributes: Age HomeOwner Female Married HouseholdSize Income Education Church After the tree makes its prediction for Voter A you discover that the values for Church and Married were misrecorded. What can you say about how the tree's classification of Voter A will be affected by this discovery?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started