Daniel

Results 6 comments of Daniel

@Neeratyoy @eddiebergman The current implementation for yaml follows the neps implementation: For neps: `neps.run(searcher="custom_searcher_file_name", searcher_path="/path/to/folder", eta=3)` For the Declarative this transitions currently to this, because I didn't wanted to introduce...

Exemplary idea: ```yaml run_args: # run_pipeline provided via neps.run() # or run_pipeline: path: "" name: "" pipeline_space: "pipeline_space.yaml" # or pipeline_space: epochs: lower: 1 upper: 6 log: True optimizer: choices:...

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

Sorry I should have highlighted this better. What I meant was that for the fidelity parameter I also can define a default and default_confidence. Is this intented?