Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 317 Bytes

File metadata and controls

9 lines (6 loc) · 317 Bytes

Feature-Selection

Multiple ways to select feature from data

1. Remove constant feature using variance threshold

2. Remove highly correlate feature using pearson correlation coeificient

3. Information gain -- Mutual information gain in classification and regression

4. Chisquare [Fisher score]