Search code examples
machine-learningclassificationknnfeature-selection

What is feed-forward wrapper method for feature selection?


For a school project I need to choose a dataset from UCI repository and classify the data with KNN after processing it with "feed forward wrapper" feature selection. Googling for "feed forward wrapper" yields nothing... Can someone explain to me what it is ? And even better, describe me the steps to complete this assignment maybe ? What kind of data should I choose in terms of "data type", "attribute types", "number of attributes" ?

Best, Fatih


Solution

  • Thank you for your response, it was a mistake in the assignment text. Apparently it is simply "forward feature selection" for which Google yields quite a bit of information.