بنقرة واحدة
pareto
Regenerate or read the strength vs slowdown Pareto (the north-star chart; head-to-head win-rate axis)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Regenerate or read the strength vs slowdown Pareto (the north-star chart; head-to-head win-rate axis)
التثبيت باستخدام 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
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
استنادا إلى تصنيف SOC المهني
| name | pareto |
| description | Regenerate or read the strength vs slowdown Pareto (the north-star chart; head-to-head win-rate axis) |
Run python benchmarks/make_pareto.py (newest benchmarks/results/*.json; pass a path for a
specific run; --no-image for the text tables only). It emits images/pareto.png (win-rate
axis) + images/winrate_matrix.png (who-beats-whom companion) + phone-readable tables.
Show the tables to the user.
Headline axis (STRENGTH_VIZ_PLAN.md, Nathan 2026-07-18): head-to-head win rate — % of (dataset × opponent) matchups won on the per-dataset primary metric (RMSE reg / Brier clf; exact ties ½ each; 95% bootstrap CI over datasets). 50% = mid-pack. Equals mean rank rescaled: (k − mean_rank)/(k − 1). The old blended axis saturated at 99.x (ratios-to-best on near-Bayes-optimal data) — it stays as the DIAGNOSTIC:
--metric blended re-renders the legacy view (writes pareto_blended.png, never the headline)Notes:
images/pareto.png + images/winrate_matrix.png are committed — commit the refresh after a
shipped change. (README headline is the TabArena chart, deliberate since fcdc874.)tests/test_strength_viz.py.