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.
-
Notifications
You must be signed in to change notification settings - Fork 0
rishabhrao1997/Forward-Feature-Selector
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published