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

To change fitness with XGBoot or Random forest? #6

Closed rPromptt closed 3 years ago

rPromptt commented 3 years ago

Hello Jing Wei, Thank you for the hard work, could you please advise how to implement your wrapper with a different fitness function such as the XGBoost or Random forest. I can see there're quite a lot of code steps in the folder named functionHO.py and I don't want to mess things up?

Best Regards, rpr.

JingweiToo commented 3 years ago

Change code in the fitness function file