microsoft/qlib
GitHub ã§èŠãRefactor the setting/config management with pedantic
Open
#1,309 opened on 2022幎10æ9æ¥
enhancementhelp wanted
Repository metrics
- Stars
- Â (14,037 stars)
- PR merge metrics
-  (30d ã« merged PR ã¯ãããŸãã)
説æ
ð Feature Description
Refactor the setting management with pedantic.
Motivation
Qlib's setting/config management is based on a dict, which is extremely free but hard to read. We hope to manage it with pedantic, which can support rich docstring and annotation.