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

Idea for Successive Halving to avoid repeated re-evaluations of the same pipeline. #85

Open
perib opened this issue Sep 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@perib
Copy link
Collaborator

perib commented Sep 28, 2023

Currently, successive halving reduces computation by subsampling the number of rows. Every time the budget increases, the existing parent population is re-evaluated at the next budget, which may be inefficient. Another approach could be to make budgets related to CV folds. We could use only one fold to evaluate the first N generations. Then evaluate two folds when the budget increases. In this case, the parent population wouldn't have to be re-evaluated from scratch; it would just be evaluated on the next fold of CV.

@jay-m-dev jay-m-dev added the enhancement New feature or request label Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants