Feature selection using multi-objective grey wolf optimizer

Project Details:

  • Category:Machine Learning, Feature Selection, Evolutionary
  • Technologies:Python
  • Date:April 2020
  • Links: Source Code

Project Info:

I used the Grey Wolf Optimizer (GWO) to select the most relevant features for a classification task using the k-Nearest Neighbors (kNN) algorithm. The GWO searched for the optimal subset of features that maximized the performance of the kNN classifier. I trained the kNN classifier with the selected features and tested it on a separate dataset.