Exam 6: Modeling and Machine Learning
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
What does the SVM algorithm attempt to optimize?
Free
(Multiple Choice)
4.8/5
(35)
Correct Answer:
C
Which modeling package centers of creating and using "Learners" and "Tasks"? __________________.
Free
(Short Answer)
4.8/5
(35)
Correct Answer:
mlr3
When machine learning models (not just SVM) are implemented using the train command of the caret package, tuning of the model is accomplished on a built-in basis.
Free
(True/False)
4.8/5
(30)
Correct Answer:
True
In one sentence, what does R's "caret" package do? Name three of its procedures discussed in Chapter 6.
(Essay)
4.9/5
(35)
The support vector machine (SVM) method may be used to address which of the following?
(Multiple Choice)
4.8/5
(35)
Which is NOT true of learning vector quantization (LVQ) models?
(Multiple Choice)
4.7/5
(32)
SVM routinely outperforms OLS regression when the data a nonlinear?
(True/False)
4.9/5
(48)
The author of the svm command believes SVM models must be tuned to obtain sensible results.
(True/False)
4.8/5
(31)
What is the default kernel in SVM regression using the svm command, and in most other SVM commands?
(Multiple Choice)
5.0/5
(32)
A "loss function" is a metric to measure model performance. Is the loss function in SVM closer to that in OLS regression or logistic regression? Is it the same as the one you pick (explain briefly)?
Which closer? ______________________
Same?/Explain:
(Essay)
4.7/5
(32)
What is the Kappa statistic in the context of caret's machine learning models?
(Multiple Choice)
4.8/5
(35)
In what package is the svm command found as the default SVM method?_______________________
(Short Answer)
4.9/5
(39)
The "mlr3" package is an alternative to which other widely-used R package?
(Multiple Choice)
4.8/5
(36)
For problems where the DV is binary, both OLS regression and SVM are inappropriate and logistic regression should be used instead.
(True/False)
4.9/5
(31)
Which is NOT true of gradient boosting machine (GBM) models?
(Multiple Choice)
4.9/5
(35)
What is true of SVM in relation to understanding the relative importance of predictor variables?
(Multiple Choice)
4.7/5
(33)
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)