microsoft/qlib

Refactor the setting/config management with pedantic

Open

#1309 aperta il 9 ott 2022

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

Metriche repository

Star
 (14.037 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

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