zachmayer / caretEnsemble

caret models all the way down :turtle:
http://zachmayer.github.io/caretEnsemble/
Other
226 stars 75 forks source link

Stacking CV based on input model folds #144

Closed zachmayer closed 1 month ago

zachmayer commented 9 years ago

image image

Currently our second-stage model uses "naive double cross validation" which leads to indirect target leakage. We should base the second stage model's CV folds on the folds from model 1!

We should at least do something like, use folds 1-9 out of sample predictions to predict for fold 10.

zachmayer commented 1 month ago

wont do