microsoft/qlib

Refactor the setting/config management with pedantic

开放

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

 (4 条评论) (0 个反应) (0 位负责人)Python (2,431 个派生)batch import
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.

贡献者指南