Exam 5: Random Forests

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Which is a characteristic of random forests?

Free
(Multiple Choice)
4.9/5
(39)
Correct Answer:
Verified

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:
Verified

False

The randomForest command is ….

Free
(Multiple Choice)
5.0/5
(41)
Correct Answer:
Verified

A

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)

Which is an "ensemble" method?

(Multiple Choice)
4.7/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)

Which is NOT a use of random forests?

(Multiple Choice)
4.8/5
(30)

What is the primary model performance metric for random forest regression models?

(Multiple Choice)
4.7/5
(35)

What does a "confusion table" show?

(Multiple Choice)
4.8/5
(36)

In random forest classification models, what is a metric for variable importance?

(Multiple Choice)
4.8/5
(36)

What does the "mtry" option do in random forests?

(Multiple Choice)
4.8/5
(29)
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)