microsoft/qlib

Refactor the setting/config management with pedantic

Open

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

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

仓库指标

Star
 (14,037 star)
PR 合并指标
 (30 天内没有已合并 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.

贡献者指南