kaz-Anova / StackNet

StackNet is a computational, scalable and analytical Meta modelling framework
MIT License
1.32k stars 344 forks source link

Hyperparameter Tuning #79

Open samyip123 opened 4 years ago

samyip123 commented 4 years ago

Thanks for the awesome package, i want to ask how does hyperparameter work in the K-fold paradigm. should i use out of fold data to pre-tune the hyperparameters or use part of the data to pre-tune hyperparameters or should i do hyperparameter selection during each fold of the cv process? thanks