This experiment compares multiple Layer 2 metric families on the hard branch:
legacy_random_5seedone_shot_randompersistent_mode_informed
It uses the Layer 2 trial table from:
For each method:
- choose threshold and direction on
calibration - freeze that rule
- score
holdout - score
confirmation - rank metrics by out-of-sample mean balanced accuracy
The compared metric families include:
- raw Layer 2 signals
- spread-normalized ratios
- support-normalized ratios
- mixed spread-and-support ratios
This is a comparative test harness, not a claim that every ratio here is a valid control law.
For the informed-bank Layer 2 regime, the strongest tested candidate in this sweep is:
ratio_candidate_times_anchored_span_over_std
That is:
mean_candidate_count * mean_anchored_alpha_log_span / mean_anchored_alpha_log_std
With calibration-frozen thresholding on persistent_mode_informed, it reached:
- calibration balanced accuracy:
0.6818 - holdout balanced accuracy:
0.7500 - confirmation balanced accuracy:
0.6667 - out-of-sample mean balanced accuracy:
0.7083
That makes it the strongest current Layer 2 implementation candidate for the informed-bank regime in this repo.