microsoft/qlib
Refactor the setting/config management with pedantic
Offen
#1.309 geöffnet am 09.10.2022
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.