Replies: 1 comment 1 reply
-
I see. This simply adds time complexity to selection process (although improves metric scoring -this is expected). SFFS with one RF classifier:
SFFS with ensemble of 10 random forest classifiers:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I run an SFFS selector and it typically takes over 2-weeks to select "best" subset with an initial 80-features, 67k samples, and random forest classifier.
The same number of samples with 240-features took over a month (and still running
Features: 192/240
). May likely takes 2-month to select best subset.Is it possible to use ensemble of base-classifiers to fit the SFFS selector (reducing the number of records per classifier) to speed up selection process?
Something like:
Beta Was this translation helpful? Give feedback.
All reactions