Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prtFeatSelSfs should optionally optimize for any #features < #features you selected #72

Open
peterTorrione opened this issue Jul 18, 2018 · 0 comments

Comments

@peterTorrione
Copy link
Collaborator

Currently, if you build a prtFeatSelSfs with nFeatures = 10, and the performance goes : [1 2 3 4 5 4 3 2 1 0], dsOut = featSel.run(ds) will always give you the dsOut with 10 features despite 5 features being better.

Propose: add parameter "selectBestNumberFeatures = false". During RUNif the best performance was achieved with fewer than nFeatures, then just select that # features.

@peterTorrione peterTorrione changed the title prtFeatSelSfs optionally optimizes for any #features < #features you selected prtFeatSelSfs should optionally optimize for any #features < #features you selected Jul 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant