Update DEFAULT_EVAL_HORIZONS to include a broader range of evaluation timeframes

This commit is contained in:
2026-01-14 11:17:31 +08:00
parent 4e36d57c81
commit f121574872

View File

@@ -23,7 +23,7 @@ from model import DelphiFork, SapDelphi, SimpleHead
# Constants / defaults (aligned with evaluate_prompt.md) # Constants / defaults (aligned with evaluate_prompt.md)
# ============================================================ # ============================================================
DEFAULT_BIN_EDGES = [0.0, 0.24, 0.72, 1.61, 3.84, 10.0, 31.0, float("inf")] DEFAULT_BIN_EDGES = [0.0, 0.24, 0.72, 1.61, 3.84, 10.0, 31.0, float("inf")]
DEFAULT_EVAL_HORIZONS = [0.72, 1.61, 3.84, 10.0] DEFAULT_EVAL_HORIZONS = [0.25, 0.5, 1.0, 2.0, 5.0, 10.0]
DAYS_PER_YEAR = 365.25 DAYS_PER_YEAR = 365.25
DEFAULT_DEATH_CAUSE_ID = 1256 DEFAULT_DEATH_CAUSE_ID = 1256