Feature Selection or Variable Selection or Attribute Selection or Variable Subset Selection

  • selection - is the process of selecting a subset of relevant features (variables, predictors) for use in model construction
  • importance/relevance - refers to techniques that assign a score to input features based on how useful they are at predicting a target variable

3 Strategies

  • filter strategy (e.g. information gain)
  • wrapper strategy (e.g. search guided by accuracy)
  • embedded strategy (selected features add or are removed while building the model based on prediction errors)

Feature Importance - Map

TODO

resources: https://towardsdatascience.com/6-types-of-feature-importance-any-data-scientist-should-master-1bfd566f21c9