microsoft/qlib

Refactor the setting/config management with pedantic

Open

#1,309 opened on Oct 9, 2022

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Python (2,431 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (14,037 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

🌟 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