InterviewSolution
Saved Bookmarks
| 1. |
Which of the following can be used to generate balanced cross–validation groupings from a set of data?(a) createFolds(b) createSample(c) createResample(d) none of the mentionedThis question was posed to me during an interview for a job.The doubt is from caret topic in division Machine Learning of Data Science |
|
Answer» Correct choice is (a) createFolds |
|