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

Introduce Settings Class and Default() Arguments #116

Closed danrgll closed 4 months ago

danrgll commented 4 months 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