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

Enable the use of dict for pipeline_space when the custom optimizer is defined via yaml #87

Closed danrgll closed 1 week ago

danrgll commented 2 months ago

Using a Custom optimizer (class) via yaml currently only works if pipeline_space is also provided via a yaml.

run_args:
     pipeline_space: <path_to_yaml_file>
     searcher:
        path: <path_to_custom_searcher_class>
        name: <class_name>