microsoft/qlib

Refactor the setting/config management with pedantic

Open

#1,309 创建于 2022年10月9日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Python (14,037 star) (2,431 fork)batch import
enhancementhelp wanted

描述

🌟 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.

贡献者指南