MCPcopy Create free account
hub / github.com/19PINE-AI/ikp / g

Function g

scripts/lambda_floor_ablation.py:89–89  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

87for r in results:
88 e=r["estimates"]
89 def g(n): return fs(e[n]["est_B"]) if e.get(n) else "--"
90 lines.append(f"{r['lambda']:>6.2f} {str(r['floor']):>6} {r['R2']:>6.3f} {r['alpha_pp']:>6.1f} "
91 f"{r['estimator_slope_S']:>6.2f} {r['pi_factor']:>5.2f} {r['loo_med']:>5.2f} {r['within2']*100:>4.0f}% | "
92 f"{g('gpt-5.5'):>7} {g('claude-opus-4.7'):>7} {g('gemini-3.1-pro'):>7} {g('claude-fable-5'):>7} {g('gpt-4.1'):>7}")

Callers 1

Calls 1

fsFunction · 0.70

Tested by

no test coverage detected