Sail E0 Webinar

MCQs

Total Questions : 10
Question 1. Which of the following can be used to create sub“samples using a maximum dissimilarity approach ?
  1.    minDissim
  2.    maxDissim
  3.    inmaxDissim
  4.    All of the Mentioned
 Discuss Question
Answer: Option B. -> maxDissim


Splitting is based on the predictors.


Question 2. Which of the following can be used to impute data sets based only on information in the training set. ?
  1.    postProcess
  2.    preProcess
  3.    process
  4.    All of the Mentioned
 Discuss Question
Answer: Option B. -> preProcess


This can be done with K-nearest neighbors.


Question 3. Which of the following model model include a backwards elimination feature selection routine?
  1.    MCV
  2.    MARS
  3.    MCRS
  4.    All of the Mentioned
 Discuss Question
Answer: Option B. -> MARS


MARS stands for Multivariate Adaptive Regression Splines.


Question 4. Which of the following is a categorical outcome?
  1.    RMSE
  2.    RSquared
  3.    Accuracy
  4.    All of the Mentioned
 Discuss Question
Answer: Option C. -> Accuracy


RMSE stands for Root Mean Squared Error.


Question 5. Which of the following function provides unsupervised prediction ?
  1.    cl_forecast
  2.    cl_nowcast
  3.    cl_precast
  4.    None of the Mentioned
 Discuss Question
Answer: Option D. -> None of the Mentioned


cl_predict function is clue package provides unsupervised prediction.


Question 6. Which of the following library is used for boosting generalized additive models ?
  1.    gamBoost
  2.    gbm
  3.    ada
  4.    All of the Mentioned
 Discuss Question
Answer: Option A. -> gamBoost


Boosting can be used with any subset of classifier.


Question 7. Point out the correct statement:
  1.    Asymptotics are used for inference usually
  2.    caret includes several functions to pre-process the predictor data
  3.    The function dummyVars can be used to generate a complete set of dummy variables from one or more factors
  4.    All of the Mentioned
 Discuss Question
Answer: Option D. -> All of the Mentioned


The function dummyVars takes a formula and a data set and outputs an object that can be used to create the dummy variables using the predict method.


Question 8. Point out the correct statement:
  1.    findLinearColumns will also return a vector of column positions can be removed to eliminate the linear dependencies
  2.    findLinearCombos will return a list that enumerates dependencies
  3.    The function findLinearRows can be used to generate a complete set of row variables from one factor
  4.    None of the Mentioned
 Discuss Question
Answer: Option B. -> findLinearCombos will return a list that enumerates dependencies


For each linear combination, it will incrementally remove columns from the matrix and test to see if the dependencies have been resolved.


Question 9. Point out the correct statement:
  1.    The difference between the class centroids and the overall centroid is used to measure the variable influence
  2.    The Bagged Trees output contains variable usage statistics
  3.    Boosted Trees uses different approach as a single tree
  4.    None of the Mentioned
 Discuss Question
Answer: Option A. -> The difference between the class centroids and the overall centroid is used to measure the variable influence


The larger the difference between the class centroid and the overall center of the data, the larger the separation between the classes.


Question 10. Which of the following is characteristic of best machine learning method ?
  1.    Fast
  2.    Accuracy
  3.    Scalable
  4.    All of the Mentioned
 Discuss Question
Answer: Option D. -> All of the Mentioned


There is always a trade-off in prediction accuracy.


Latest Videos

Latest Test Papers