microsoft/qlib

Refactor the setting/config management with pedantic

オープン

#1,309 opened on 2022/10/09

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Python (2,431 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (14,037 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド