-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Modify Stopping Criterion #451
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
Comments
Yes, this is possible. Unfortunately, we did not yet document this feature (please leave this issue open so we are reminded to do so). This an adaption of the holdout example which only runs 5 target algorithm runs:
However, the ensemble script will not realize that the optimization finished and will continue until the given time is up. To avoid this, you can disable ensemble and build it after the optimization finished. |
Thank you, @mfeurer. |
This will be documented in an upcoming FAQ section of the manual. |
Is it possible to modify the stopping criterion on Autosklearn from time_left_for_this_task to the number of evaluations?
The text was updated successfully, but these errors were encountered: