JingweiToo / Wrapper-Feature-Selection-Toolbox-Python

This toolbox offers 13 wrapper feature selection methods (PSO, GA, GWO, HHO, BA, WOA, and etc.) with examples. It is simple and easy to implement.
BSD 3-Clause "New" or "Revised" License
249 stars 69 forks source link

feature selection #18

Open fountx opened 2 years ago

fountx commented 2 years ago

Hello, I would like to take the selected optimal features separately and put them into a neural network for classification, how can I achieve this?