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
251 stars 69 forks source link

Number of Selected Feature #4

Closed tekeali closed 3 years ago

tekeali commented 3 years ago

Hi there,

Is it possible to specify the number of selected features? Otherwise, the algorithm tests all features, alone?

Thank you.

JingweiToo commented 3 years ago

It is not possible to specify the number of features in this algorithm. To do that, you need to refer to research articles and make modifications to the algorithm structure.