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

Refactored yaml pipeline_space #55

Closed danrgll closed 5 months ago

danrgll commented 8 months ago

These proposals were implemented:

Added Boolean check in parameter classes float/categorical for log and is_fidelity to avoid interpret typing error wrong in yaml file + tests

Added logging info to inform the user that his e notation gets converted to float(parameter)

Added constraints for default value (have to be in range for float/int parameter) or in choices for categorical parameter + tests

Fixed Link in Docs