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

What does k-value used for? #8

Closed Abahski closed 3 years ago

Abahski commented 3 years ago

In README.md says the k-value is used in KNN and the example use KNN so we can determine how much k-value we wanna use. So, what happened when didn't use KNN? Because i want to use this toolbox with XGBoost.

JingweiToo commented 3 years ago

You may replace the KNN with XGBoost and make comparison to observe which is better