Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This webpage presents a series of multiple-choice exercises focused on evaluating your understanding of decision tree training concepts.
The exercises cover topics such as the impact of feature manipulation on decision tree structure, the effects of altering threshold selection strategies, and the implications of multiple local maxima in information gain curves.
One question requires calculating information gain using entropy and provided data, demonstrating the practical application of decision tree principles.
This page challenges you to answer a series of multiple choice exercises
about the material discussed in the "Training Decision Trees" unit.
Question 1
What are the effects of replacing the numerical features with their
negative values (for example, changing the value +8 to -8) with
the exact numerical splitter?
The same conditions will be learned; only the
positive/negative children will be switched.
Fantastic.
Different conditions will be learned, but the overall structure
of the decision tree will remain the same.
If the features change, then the conditions will change.
The structure of the decision tree will be completely
different.
The structure of the decision tree will actually be
pretty much the same. The conditions will change, though.
Question 2
What two answers best describe the effect of testing only half
(randomly selected) of the candidate threshold values in X?
The information gain would be higher or equal.
The information gain would be lower or equal.
Well done.
The final decision tree would have worse testing accuracy.
The final decision tree would have no better training accuracy.
Well done.
Question 3
What would happen if the "information gain" versus "threshold" curve
had multiple local maxima?
It is impossible to have multiple local maxima.
Multiple local maxima are possible.
The algorithm would select the local maxima with the smallest
threshold value.
The algorithm would select the global maximum.
Well done.
Question 4
Compute the information gain of the following split:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-25 UTC."],[],[]]