ikki407 / stacking

Stacked Generalization (Ensemble Learning)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

validation in training of stacking

ikki407 opened this issue · comments

In stacking, test data(out-of-fold data) is not passed to models as validation data (XGBoost and NN). That is, validation scores are calculated after model training is done. It will be convenient to check the validation score every epoch. So need to pass out-of-fold data in model training as well.