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.

貢獻者指南