What are the feature selection methods used to select the right variables?
There are two basic approaches for selecting features: filter and wrapper methods.
Filtering Techniques
This entails:
- Analysis of linear discrimination
- ANOVA
- Chi-Square
The greatest analogy for feature selection is "poor data in, lousy response out." It's all about cleaning up the data coming in when we're restricting or choosing characteristics.
Thanks for your help
ReplyDelete