automlbenchmark icon indicating copy to clipboard operation
automlbenchmark copied to clipboard

Save results on each job completion

Open sebhrusen opened this issue 3 years ago • 1 comments

Results are currently saved when all jobs are completed, which is a bit annoying for so many reasons (what if process hangs or get killed before completion? can't easily access completed tasks even when running locally...) This PR changes the default behaviour to now save the results incrementally after each job.

also addressing https://github.com/openml/automlbenchmark/issues/418

sebhrusen avatar Feb 01 '22 16:02 sebhrusen

@PGijsbers please have a look at this one. It's a few months old, but now that master has all the fixes from stable-v2, I started to merge small pending PRs. This one is a bit larger.

sebhrusen avatar Jul 12 '22 15:07 sebhrusen

Changes rolled into #526

PGijsbers avatar Jun 09 '23 13:06 PGijsbers