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

Function _changed_dimensions

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

Source from the content-addressed store, hash-verified

58
59
60def _changed_dimensions(config: ExperimentConfig) -> int:
61 return sum(
62 [
63 (config.weights_a, config.weights_c) != BASELINE_WEIGHTS,
64 config.low_escalation_threshold != BASELINE_LOW_ESCALATION_THRESHOLD,
65 config.signal_b_conditional,
66 config.classifier_fallback_threshold != BASELINE_CLASSIFIER_FALLBACK_THRESHOLD,
67 ]
68 )
69
70
71def _config_name(config: ExperimentConfig) -> str:

Callers 1

_summarize_exactFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected