JingweiToo / Wrapper-Feature-Selection-Toolbox

This toolbox offers more than 40 wrapper feature selection methods include PSO, GA, DE, ACO, GSA, and etc. They are simple and easy to implement.
BSD 3-Clause "New" or "Revised" License
165 stars 36 forks source link

can i use stratified k fold cross validation in place of holdout cross validation #5

Closed ngcoolneha closed 2 years ago

ngcoolneha commented 3 years ago

hi Can i use stratified k fold cross validation in place of holdout cross validation in this algo..What changes should i make for doing it? I want to use 5 fold cross validation on my dataset ...can u plz suggest me ....where should i can make changes in the algo.

JingweiToo commented 2 years ago

Yes, But you have to modify the fitness function.