automlbenchmark
automlbenchmark copied to clipboard
Save results on each job completion
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
@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.
Changes rolled into #526