awesome-python icon indicating copy to clipboard operation
awesome-python copied to clipboard

Add hyperparameter

Open reiase opened this issue 3 years ago • 0 comments

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.

reiase avatar Sep 14 '22 09:09 reiase