zachmayer / caretEnsemble

caret models all the way down :turtle:
Other
226 stars 75 forks source link

How does trainControl work with caretEnsemble and caretStack? #227

Open iamdeit opened 7 years ago

iamdeit commented 7 years ago

I dont know if it's the expected behavior, but when I use caretEnsemble or caretStack, even if I specify a trainControl with repeatedcv, it creates a lot of samples. If I have 226 observations, each fold has 2260 samples. Does it combine bootstrap + cv?