Multiple Choice
What does a "confusion table" show?
A) Overlap of independent variables with each other
B) Overlap of independent variables with the dependent variable
C) The error rate in a regression random forest model
D) The error rate in a classification random forest model
Correct Answer:

Verified
Correct Answer:
Verified
Q9: What will increasing the size of the
Q10: Fill-In. Developing a random forest model with
Q11: Which is an "ensemble" method?<br>A) Classification trees<br>B)
Q12: Is this a true statement: "The more
Q13: If RFclass is an output object created
Q14: The "ctree" package implements conditional inference trees.
Q15: Which is NOT a use of random
Q16: What is the primary model performance metric
Q18: In random forest classification models, what is
Q19: What does the "mtry" option do in