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

Easiest explanation - createResample can be USED to make SIMPLE bootstrap SAMPLES.



Discussion

No Comment Found

Related InterviewSolutions