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

Function fs2

scripts/lambda_floor_ablation.py:98–98  ·  view source on GitHub ↗
(b)

Source from the content-addressed store, hash-verified

96
97# LaTeX table for the appendix (shows the floor's effect on fit + two estimates)
98def fs2(b): return (f"{b/1000:.1f}T" if b>=1000 else f"{b:.0f}B") if b else "--"
99tex=[r"\begin{tabular}{rlrrrrrr}", r"\toprule",
100 r"$\lambda$ & floor & $R^2$ & Slope & PI$\times$ & LOO$\times$ & GPT-5.5 & Gemini 3.1 Pro \\",
101 r" & & & (pp/dec) & & & est. & est. \\", r"\midrule"]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected