automl / neps

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

Generate a pipeline_space.yaml as feedback on which parameter type your configurations have been converted to #84

Open danrgll opened 2 months ago

danrgll commented 2 months ago

Since the user only has to optionally define the type of the parameter, because otherwise it is automatically recognized by neps, he/she could want to have a lookup option (a yaml file) that we could provide in the root directory

danrgll commented 2 months ago

This idea could be extended to having just 1 yaml file where you can find all settings (optimizer.yaml, neps arguments and pipeline space)