automl / neps

Neural Pipeline Search (NePS): Helps deep learning experts find the best neural pipeline.
https://automl.github.io/neps/
Apache License 2.0
53 stars 13 forks source link

[UX] Write to log search space that used and save the pipeline space used as a YAML #97

Open eddiebergman opened 4 months ago

eddiebergman commented 4 months ago

Right now, there's no indication what pipeline space got used, either as a log message or as a file to lookup either. This could be done at the same time point where the runtime.py saves the optimizer set up to the file-system.

https://github.com/automl/neps/blob/d05b2efd77c7fc80b946332ec3f1dc2bd736fd85/neps/runtime.py#L883-L891