Commit 39fffbf
committed
[DO NOT LAND] Design exploration: 3-class kernel study, ablations, provenance
Research provenance for the three-class strength GP. This commit is NOT
intended to merge -- it preserves the variants, ablations and diagnostics
that produced the production model so the design choices can be audited.
Kernel and prior variants evaluated (restored into boxcrete/ so the
ablation scripts and their tests run as written):
- RBFEmbeddingKernel: learned per-class embedding source kernel.
- JointHammingMaternKernel / JointEmbeddingMaternKernel: joint
feature-plus-categorical metrics, chain and hamming modes.
- IndexKernel ranks 1-3, onehot_ard, legacy_continuous_ard, additive
hybrid source kernels, and the fixed-task-covar pooling kernel.
- TaskPoolingPrior and the cross-component time-lengthscale tying prior.
- PerClassGatedGaussianLikelihood for the per-class noise ablation.
These are reachable via the `source_kernel` parameter of
build_strength_kernel_for_aug_dim, which the production commit removes
because hamming is the only shipped topology.
Benchmark writeups and result CSVs: STRENGTH_GP_BENCHMARK,
THREE_CLASS_AND_PRIOR_BENCHMARK, the RBF-embedding / joint-distance /
hybrid-and-twin-drop / no-blind / per-class-noise ablations, the noise
audit, the Pareto and headroom analysis, and the v5-vs-pre-v5
regression investigation.
Data provenance: scripts/merge_three_class_data.py (the 2-class to
3-class merge, including the Mix_126..Mix_137 collision split and the
M60..M74 strength-less drop), its invariant tests, and the frozen
test/fixtures/boxcrete_data_pre_v5.csv the comparisons read from.
experiments/mix_narratives/ documents how docs/model/mix_analyses.json
was authored: build_mix_facts.py joins the explorer catalog back to the
dataset to recover canonical mix names (exact match, 149/149), and
author_mix_analyses.py composes each entry from verified figures plus
hand-authored interpretation. Running both reproduces the shipped
artifact byte-for-byte. The entries omit measured strength points,
embodied carbon and Pareto status, all of which the explorer already
renders in its own panels. Its check_claims pass asserts 27 superlative
claims against the data and caught 7 false statements during authoring.
experiments/notes/ carries the gate-tau and 3-class explorer parity
investigation.
Known CI state, accepted for a do-not-land commit:
- 326 tests pass, but coverage is 85.3% against the repo's 100% gate:
the exploratory variants are exercised by the ablation scripts, not by
unit tests.
- flake8 reports 100 style violations under experiments/, scripts/ and
test/, carried over from the exploration branch. boxcrete/ and
experiments/mix_narratives/ are clean and black-formatted.1 parent 19ea2b7 commit 39fffbf
79 files changed
Lines changed: 33729 additions & 50 deletions
File tree
- boxcrete
- experiments
- mix_narratives
- notes
- scripts
- test
- fixtures
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
0 commit comments