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

Function _config_name

scripts/holdout_param_sweep.py:71–79  ·  view source on GitHub ↗
(config: ExperimentConfig)

Source from the content-addressed store, hash-verified

69
70
71def _config_name(config: ExperimentConfig) -> str:
72 parts = [
73 f"A={config.weights_a:.2f}",
74 f"C={config.weights_c:.2f}",
75 f"low={config.low_escalation_threshold:.2f}",
76 f"B={'on' if config.signal_b_conditional else 'off'}",
77 f"clf={config.classifier_fallback_threshold:.2f}",
78 ]
79 return " | ".join(parts)
80
81
82def _summarize_exact(

Callers 2

_summarize_exactFunction · 0.85
run_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected