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.

貢獻者指南