feat: signal abstraction layer + sizer + HS300 universe + PnL/IC reports

This commit is contained in:
Yuxuan Yan
2026-06-07 09:44:33 +08:00
parent 085e51abf1
commit da01312292
20 changed files with 610 additions and 23 deletions
+4
View File
@@ -0,0 +1,4 @@
"""Signal evaluation metrics."""
from eval.metrics import evaluate_cross_sectional
__all__ = ["evaluate_cross_sectional"]