Exam 6: Modeling and Machine Learning

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

What does the SVM algorithm attempt to optimize?

Free
(Multiple Choice)
4.8/5
(35)
Correct Answer:
Verified

C

Which modeling package centers of creating and using "Learners" and "Tasks"? __________________.

Free
(Short Answer)
4.8/5
(35)
Correct Answer:
Verified

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

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)

What is the purpose of "kernels" in SVM?

(Multiple Choice)
4.8/5
(37)

The "mlr3" package is an alternative to which other widely-used R package?

(Multiple Choice)
4.8/5
(36)

Which is NOT a positive aspect of SVM methods?

(Multiple Choice)
4.8/5
(32)

In SVM, what are gamma, degree, coef0, and nu?

(Multiple Choice)
4.9/5
(42)

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)

Which is NOT a negative aspect of SVM methods?

(Multiple Choice)
4.8/5
(28)

What is true of SVM in relation to understanding the relative importance of predictor variables?

(Multiple Choice)
4.7/5
(33)
close modal

Filters

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