Skip to content

PawarMukesh/Feature-Selection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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]