microsoft/qlib

Refactor the setting/config management with pedantic

Ouverte

#1 309 ouverte le 9 oct. 2022

 (4 commentaires) (0 réaction) (0 personne assignée)Python (2 431 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (14 037 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur