InterviewSolution
Saved Bookmarks
| 1. |
Which of the following method is used for trainControl resampling?(a) repeatedcv(b) svm(c) bag32(d) none of the mentionedI have been asked this question during an online interview.This intriguing question comes from Cross Validation in chapter Machine Learning of Data Science |
|
Answer» CORRECT ANSWER is (a) repeatedcv To EXPLAIN: repeatedcv STANDS for REPEATED cross-validation. |
|