Multiple Choice
Robin wanted to know if the age partition chosen for her data was the best fit for her 20 case, 90% Class 1, 10% Class 0 partition. She completed the Gini impurity index with the results of (Age < 32) = 0.2312 and (Age 32) = 0.2934. What is the weighted combination and what did partition at Age 32 produce?
A) Robin was able to reduce the Gini index from 0.2934 to 0.2641 confirming the best split for age.
B) Robin was able to reduce the Gini index from 0.2934 to 0.20 confirming the best split for age.
C) Robin was able to reduce the Gini index from 0.2934 to 0.2374 confirming the best split for age.
D) Robin realized with the 0.2641 weighted average, the age split was not the best split for the age range.
Correct Answer:

Verified
Correct Answer:
Verified
Q41: In a decision tree, the recursive process
Q42: Small changes in the training set, while
Q43: In a random forest model, as a
Q44: In R, to determine the number of
Q45: Ensemble tree models combine multiple single-tree models
Q46: A subset with the highest degree of
Q48: Using the following chart for age and
Q49: When using the CART algorithm, the Gini
Q50: If 73% of the cases belong to
Q51: When generating a single regression tree visually,