microsoft/qlib

Refactor the setting/config management with pedantic

Offen

#1.309 geöffnet am 09.10.2022

 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (2.431 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (14.037 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

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