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

Fitness Function #5

Closed frknblcn closed 3 years ago

frknblcn commented 3 years ago

Hi There, Which fitness function is used by the algorithm, is it overall accuracy or something else? Could you please explain me clearly, since I am new in the topic of wrapper feature selection methods !!!

JingweiToo commented 3 years ago

Error rate is used.