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

Progress bar for SequentialFeatureSelector #20127

Closed
vovaf709 opened this issue May 24, 2021 · 1 comment
Closed

Progress bar for SequentialFeatureSelector #20127

vovaf709 opened this issue May 24, 2021 · 1 comment

Comments

@vovaf709
Copy link

Since fitting SequentialFeatureSelector may take a great amount of time depending on size of the initial feature space I suggest to add a simple progress bar to it.

I see here 2 possibilities:

  • progress bar of number of features to add(to remove if "backward" direction is used)
  • progress bar of number of fits

Actually it might be good to add them both depending on verbosity level like how it is done in GridSearchCV and other classes. If you approve such scheme I can code it in a couple of hours.

@NicolasHug
Copy link
Member

There has been some interest for progress bar in general, not just SFS, for example #7574

Progress bar support will require a callback API, for which the progress is tracked in #16925. To avoid too many opened issues about the same topic, I'll close this one. Please feel free to contribute to the aforementioned issues / PR and the related ones

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

2 participants