1. 학습
  2. /
  3. 강의
  4. /
  5. Hyperparameter Tuning in R

Connected

연습 문제

Resampling schemes

In the previous exercise, you defined a 3x5 folds repeated cross-validation resampling scheme with the following code:

fitControl <- trainControl(method = "repeatedcv", number = 5, repeats = 3)

Which of the following is NOT a valid resampling method in caret?

Note: the caret package has already been loaded for you.

지침

50 XP

가능한 답변