Filter Based Techniques:
Here we use statistical measures for evaluating and ranking features independently.
- Provide a dataset containing labled columns(exploratory variables) or dependent variable
- Assess the feature importance using a single statistical measure (metric) like variance threshold, correlation, annova f-test, chi-square, and mutual information
- Based on chosen metric system calculates a score for each feature column
- Features are ranked by their scores, with the best-performing ones at the top. Decending order
