combine-is-the-third-outcome-of-an-adoption-test
SolidUse at hypothesis generation and study design when you are about to write a decision rule of the form "adopt the new method only if it beats the current one on held-out data", and at implementation and experimentation when a second scorer, prompt, view, feature set or model has just come in below the one you are already shipping. Covers registering combine as a third outcome beside replace and discard, the two counts that say whether a losing method still holds information, blending scores instead of decisions, and the pre-registration and nested cross-validation that stop a blend search from inventing its own lift.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- tangxiangru
- Repository
- tangxiangru/AutoR
- Created
- 6 months ago
- Last Updated
- 2 weeks ago
- Language
- Python
- License
- NOASSERTION
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
a-combination-is-not-the-candidate-set
Use once more than one trained artifact exists on disk -- two checkpoints, two seeds, two architectures, a continuation run -- and something is deciding which of them, or which combination of them, writes the predictions file. Covers the ballot that lists every artifact as a submission on its own before any blend, re-running it whenever a training job finishes, the known-bad canary that tests the objective, and persisting a rejected candidate's predictions.
compass-negotiate-tradeoffs
After compass-explore-branches has selected a winner, synthesizes a hybrid that combines strengths from 2-3 branches — but only presents it if it actually beats every source branch on at least one axis. Use when a single winner leaves value on the table and you want the best of several: "can we combine the best of these approaches", "what if we merged A and B", "the winner's good but I liked X from the runner-up". Runs strictly AFTER branch selection, never as a substitute for it.
evaluation-loop
Use when adoption is decided by measurement: heuristics / ranking / OCR・ASR・translation・generation quality / rival implementations compared on the same data. Japanese cues: 「同一データで比較」「実測で採否」「品質を評価」.