MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / ExperimentConfig

Class ExperimentConfig

scripts/holdout_param_sweep.py:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43@dataclass(frozen=True)
44class ExperimentConfig:
45 weights_a: float = BASELINE_WEIGHTS[0]
46 weights_c: float = BASELINE_WEIGHTS[1]
47 low_escalation_threshold: float = BASELINE_LOW_ESCALATION_THRESHOLD
48 signal_b_conditional: bool = False
49 classifier_fallback_threshold: float = BASELINE_CLASSIFIER_FALLBACK_THRESHOLD
50
51
52def _fmt_pct(value: float) -> str:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected