automl / neps

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

Introduce Settings Class and Default() Arguments #116

Closed danrgll closed 1 month ago

danrgll commented 1 month ago

The Settings class manages the different resources of the NePS arguments (run_args, func_args of neps.run) by merging them

-Tests -Doc Update