microsoft/qlib

Refactor the setting/config management with pedantic

Open

#1.309 geöffnet am 9. Okt. 2022

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (14.037 Stars) (2.431 Forks)batch import
enhancementhelp wanted

Beschreibung

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

Contributor Guide