automl / neps

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

Fixed `priorband_template.py` example #154

Closed gopaljigaur closed 2 weeks ago

gopaljigaur commented 3 weeks ago

This pull request includes several changes to improve error handling and parameter validation in the package. The most important changes include adding more informative error messages and ensuring parameter bounds are correctly validated.

Error Handling Improvements:

Parameter Validation:

gopaljigaur commented 3 weeks ago

This pull request includes several changes to improve the handling of fidelity parameters and validation of YAML configurations. The most important changes involve adding validation checks, updating test configurations, and modifying default values.

Validation Improvements:

Configuration Updates:

Test Enhancements:

gopaljigaur commented 3 weeks ago

@DaStoll @eddiebergman