microsoft/qlib

Refactor the setting/config management with pedantic

Aperta

#1309 aperta il 9 ott 2022

 (4 commenti) (0 reazioni) (0 assegnatari)Python (2431 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (14.037 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor