[go: nahoru, domu]

Skip to content

Python implementation of Sequential Forward Feature Selection from scratch.

Notifications You must be signed in to change notification settings

SadmanSakib93/Sequential-Forward-Feature-Selection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Sequential-Forward-Feature-Selection

Python implementation of Sequential Forward Feature Selection from scratch.

  • The program will take one input: a dataset where the last column is the class variable.
  • The program will load the dataset and then use the wrapper approach with a sequential forward selection strategy to find a set of essential features.
  • Stratified 5-fold cross-validation was used for measuring accuracy.
  • The program will keep adding the features as long as there is some improvement in the classification accuracy.
  • The output of the program will be the set of important features on the console.

About

Python implementation of Sequential Forward Feature Selection from scratch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages