refactor: 优化回归实验配置和模型参数
- 将因子定义、模型参数、日期配置提取为模块级常量 - 优化 LightGBM 参数(降低过拟合风险) - LightGBMModel 支持 params 字典参数传入 - 修复 StockFilter 创业板排除逻辑(支持 301xxx) - 添加 experiment/output 到 .gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -82,3 +82,4 @@ src/training/output/*
|
||||
|
||||
# AI Agent 工作目录
|
||||
/.sisyphus/
|
||||
/src/experiment/output/
|
||||
|
||||
Reference in New Issue
Block a user