Exam 5: Random Forests
Exam 1: Using and Abusing Data Analytics in Social Science10 Questions
Exam 2: Statistical Analytics With R Part 110 Questions
Exam 3: Statistical Analytics With R Part 217 Questions
Exam 4: Classification and Regression Trees in R15 Questions
Exam 5: Random Forests19 Questions
Exam 6: Modeling and Machine Learning20 Questions
Exam 7: Neural Network Models and Deep Learning16 Questions
Exam 8: Network Analysis14 Questions
Exam 9: Text Analytics15 Questions
Select questions type
Which is a characteristic of random forests?
Free
(Multiple Choice)
4.9/5
(39)
Correct Answer:
D
The same random forest model with the randomForest command will always return the same solution on each run of the model
Free
(True/False)
4.8/5
(38)
Correct Answer:
False
If RFclass is an object created by a randomForest classification model, what is RFclass$proximity?
(Multiple Choice)
4.8/5
(27)
Fill-In. What is the name of the package which can return up to seven different variable importance criteria for a random forest model, or importance by a combination of criteria?
(Short Answer)
5.0/5
(39)
With random forests, categorical variables may be used as independent or dependent variables and may be coded as characters or as numbers.
(True/False)
4.7/5
(27)
If RFclass is an object created by the randomForest command, what is RFclass$predicted?
(Multiple Choice)
4.9/5
(36)
In random forest solutions, there is no way to print a graph showing the "typical" tree.
(True/False)
4.8/5
(33)
What will increasing the size of the "minbucket" option do in random forests?
(Multiple Choice)
4.8/5
(40)
Fill-In. Developing a random forest model with a training subset of the data and validating it with an OOB (out of box) subset is called ___________________________________
(Short Answer)
4.8/5
(38)
Is this a true statement: "The more trees in a random forest solution, the better the model performance."
(True/False)
4.9/5
(27)
If RFclass is an output object created by the randomForest command, typing plot(RFclass) will generate an error rate plot. What is this plot used for?
(Multiple Choice)
4.8/5
(37)
The "ctree" package implements conditional inference trees. What is the distinguishing aspect of a cforest solution compared to a randomForest solution?
(Multiple Choice)
4.9/5
(37)
What is the primary model performance metric for random forest regression models?
(Multiple Choice)
4.7/5
(35)
In random forest classification models, what is a metric for variable importance?
(Multiple Choice)
4.8/5
(36)
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)