automl / DEHB

https://automl.github.io/DEHB/
Apache License 2.0
72 stars 16 forks source link

Add option to append custom name to the output file name #19

Closed aron-bram closed 2 years ago

aron-bram commented 2 years ago

The output files produced by DEHB always have a timestamp appended to them at the end. However, it would be nice to have the option to control the appended content to the file names.

I just added the missing 'name' arguments to the relevant function calls to achieve this effect.

Neeratyoy commented 2 years ago

Looks good! Thanks :)