microsoft/qlib

Refactor the setting/config management with pedantic

Aberta

#1.309 aberto em 9 de out. de 2022

 (4 comentários) (0 reação) (0 responsável)Python (2.431 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (14.037 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador