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 option to store output of best trial so far #35

Open
hbredin opened this issue Sep 28, 2021 · 0 comments
Open

Add option to store output of best trial so far #35

hbredin opened this issue Sep 28, 2021 · 0 comments

Comments

@hbredin
Copy link
Member

hbredin commented Sep 28, 2021

Dump the output of the pipeline after each better trial, here:

if direction * loss < direction * best_loss:
best_params = status["params"]
best_loss = loss
self.pipeline_.dump_params(
params_yml, params=best_params, loss=best_loss
)

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

No branches or pull requests

1 participant