enhancementhelp wanted
仓库指标
- 星标
- (14,037 个星标)
- PR 合并指标
- (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.