打分算法全面改进:修复方向性bug,引入自适应权重与分数动量

This commit is contained in:
fish
2026-05-10 15:52:03 +08:00
parent f2e4bf7041
commit 819b327cdb
6 changed files with 194 additions and 47 deletions

View File

@@ -1,4 +1,5 @@
tushare>=1.4.0
numpy>=2.0.0
pandas>=2.2.0
fastapi>=0.115.0
uvicorn[standard]>=0.34.0