mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-09 04:57:44 +00:00
19dbeb93e9
* refactor: unify qlib experiment configs, runners, and templates * fix: use PropSetting instances instead of class attributes in qlib runners * docs: add configurable train/valid/test time segments for fintech scenarios
| RD-Agent(Q) QLib Factor Config File | Description |
|---|---|
factor_template/conf_baseline.yaml |
Baseline factors (e.g., Alpha20) with the GBDT model |
factor_template/conf_combined_factors.yaml |
Merged SOTA and newly generated factors with the GBDT model |
factor_template/conf_combined_factors_sota_model.yaml |
Merged SOTA and newly generated factors with the SoTA-trace-selected model |