Skip to content

An introduction on how to use the Machine Learning package Scikit-learn to perform feature selection on input data

Notifications You must be signed in to change notification settings

jackty9/Feature_Selection_Filter_Methods_in_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Feature_Selection_with_Filter_Methods_in_Python

An introduction on how to use the Machine Learning package Scikit-learn to perform feature selection on input data. This jupyter notebook (hosted on Google Colab) shows Feature Selection example using statistical measures, based on 3 scenarios:

  • Numerical Input, Numerical Output using f_regression()_
  • Numerical Input, Categorical Output using f_classif()
  • Categorical Input, Categorical Output using chi2() and mutual_info_classif()

For full coverage on the content of this jupyter notebook, please visit the Medium article.

About

An introduction on how to use the Machine Learning package Scikit-learn to perform feature selection on input data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published