Created by: reiase
What is this Python project?
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.
What's the difference between this Python project and similar ones?
hyperparameter
is not a config file parser. It is a configuration framework that maps keyword arguments to configuration keys.
--
Anyone who agrees with this pull request could submit an Approve review to it.