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

Add generic callback configuration logic #639

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

PGijsbers
Copy link
Collaborator

You can configure callbacks for AutoGluon through configuration, e.g.:

AutoGluonES:
  extends: AutoGluon
  params:
    callbacks:
      EarlyStoppingEnsembleCallback:
        patience: 5

Should probably also be added to the time series script (might be worth at some point trying to see what can be stored in a shared module?)?

@PGijsbers
Copy link
Collaborator Author

@israel-cj I believe this should allow you to specify the callbacks in the way you need to for your experiments, while providing a more general approach for all users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant