一键导入
experiment
Run the validated A/B experiment protocol for a proposed library change — benchmark, sign-test, gate, ship-or-revert
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run the validated A/B experiment protocol for a proposed library change — benchmark, sign-test, gate, ship-or-revert
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Regenerate or read the strength vs slowdown Pareto (the north-star chart; head-to-head win-rate axis)
Cut a ChimeraBoost release — version bump, CHANGELOG, build, PyPI upload, tag, GitHub release
Re-run and evaluate ChimeraBoost on TabArena (sealed holdout, report-only) — env setup, run/eval recipe, cache gotchas, Windows fixes
| name | experiment |
| description | Run the validated A/B experiment protocol for a proposed library change — benchmark, sign-test, gate, ship-or-revert |
The validated 3-tier methodology (it shipped mcw-auto, linear-leaves, cross_features; skipping tiers shipped nothing):
python benchmarks/run_benchmarks.py --synth --seeds 3 --save (182 frozen prior-sampled
datasets, ~30 min) vs the newest synth baseline, then
python benchmarks/compare_runs.py BASE.json NEW.json --model ChimeraBoost and
python benchmarks/synth_report.py BASE.json NEW.json — the factor table must show the
effect concentrated in the slice the mechanism predicts (validated 8/9 vs the ledger,
2026-07-14; e.g. removing cross_features = −3.3% exactly on the interaction-depth≥2 numeric
slice). Kill here if the mechanism story doesn't show up. Fall back to a ≤6-dataset dev
panel or a zero-library-change probe script (cf. probe_cross_features.py) only where no
recipe factor can express the idea. Known v1 biases (don't over-read): targets run slightly
shallow (depth-4 arm disagrees), synthetic cats lack entity effects (CatBoost's high-card
moat absent), mcw large-n slice leans positive — see benchmarks/synthgen/README.md.python benchmarks/run_benchmarks.py --grinsztajn --seeds 3 --save.benchmarks/HIGHCARD_PLAN.md):
python benchmarks/run_benchmarks.py --highcard --seeds 3 --save.
Confirmed 2026-07-15 to faithfully express the CatBoost high-card Brier moat
the synth entity prior predicted (86–88% CB Brier winrate; hc_gap.py).*.json per suite if field/seeds match, else run one.
Variant flags: see --chimera-* args in run_benchmarks.py.python benchmarks/bench_status.py.python benchmarks/compare_runs.py BASE.json NEW.json
(per-dataset sign test). Report the two sign tests separately, then a
pooled union verdict. A change that wins on only ONE suite needs a mechanism
story for why (e.g. a high-card lever helps HC but is inert on Grinsztajn).
Exact ship-rule weighting Grinsztajn vs HC = Nathan's call at first live use
(not hardcoded). HC multiclass Brier/F1 columns are report-only — the blended
north star (make_pareto) is unchanged.--openml (never re-run until it passes — it's one-shot to stay independent).
PMLB (--pmlb --pmlb-fold tune) is only for HP tuning, with holdout as its confirm fold.Always print the aggregate table after every run (bench_status or summarize output), unprompted.
Ship rules:
summarize.NEAR_SOLVED_NRMSE, Brier skip_best_below) exist because
%-vs-best explodes when best→0 — don't chase wins/losses on near-solved sets.A/B trap (cost an hour once): editable install means python script.py runs repo code from any
CWD. For worktree baselines set PYTHONPATH=<worktree> and print chimeraboost.__file__ in both arms.
After a ship: update CHANGELOG [Unreleased], regenerate the Pareto (/pareto), and record the
verdict (win or kill — kills are valuable) in memory's algorithm history.
TabArena is NEVER part of this loop — it's a sealed holdout, re-read only after shipping (/tabarena).