refactor(experiment): 提取共用配置到 common 模块

- 将因子定义、日期配置、股票池筛选等提取到 common.py
- 重构 learn_to_rank 和 regression 脚本,统一使用公共配置
- 简化代码结构,消除重复定义
This commit is contained in:
2026-03-15 05:46:19 +08:00
parent 6927d20de1
commit 0e9ea5d533
5 changed files with 1127 additions and 962 deletions

File diff suppressed because one or more lines are too long