Unverified Commit b7ce911a authored by Reiase's avatar Reiase Committed by GitHub
Browse files

Add hyperparameter

hyperparameter is a configuration framework designed for data scientists and machine learning engineers. It works in a more pythonic way:  the users write their code in python and add a decorator to the functions or classes; `hyperparameter` will map the keyword arguments to configuration keys and use a `with` context to manage the configurations.
parent 933e6074
1 merge request!2172Add hyperparameter
Showing with 1 addition and 0 deletions
+1 -0
......@@ -344,6 +344,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [configobj](https://github.com/DiffSK/configobj) - INI file parser with validation.
* [configparser](https://docs.python.org/3/library/configparser.html) - (Python standard library) INI file parser.
* [hydra](https://github.com/facebookresearch/hydra) - Hydra is a framework for elegantly configuring complex applications.
* [hyperparameter](https://github.com/reiase/hyperparameter) - An elegant and lightweight configuration framework.
* [profig](https://profig.readthedocs.io/en/latest/) - Config from multiple formats with value conversion.
* [python-decouple](https://github.com/henriquebastos/python-decouple) - Strict separation of settings from code.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment