Skip to content

rishabhrao1997/Forward-Feature-Selector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Forward-Feature-Selector

The function takes in a set of x_train, y_train, along with other arguments, and iteratively builds input model on the columns one at a time, and keep the column with the highest value of metric. It fixes that selected column and again iteratively builds on that column along with other columns.

In the end it returns the index of the columns that are the most useful.

Although mlxtend's SequentialFeatureSelector does a great job of feature selection, and is even slightly faster, but after sometime, it ends up giving pickling error, which could be due to lack of storage space on disk during selection. Therefore, I could not use that efficiently on large data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages