Update DEFAULT_EVAL_HORIZONS to include a broader range of evaluation timeframes
This commit is contained in:
@@ -23,7 +23,7 @@ from model import DelphiFork, SapDelphi, SimpleHead
|
||||
# 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_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
|
||||
DEFAULT_DEATH_CAUSE_ID = 1256
|
||||
|
||||
|
||||
Reference in New Issue
Block a user