Remove MP eCPS 2cdd45d bundle candidate#19
Draft
MaxGhenis wants to merge 1 commit into
Draft
Conversation
The microplex MP 2cdd45d artifact loses to production Enhanced CPS on a correctly-scored target surface (full PE-native loss 0.0428 vs 0.0266; eCPS wins 2334 of 2809 targets) and is 14-49x worse on every income component. Remove the US-only 4.14.0 MP bundle candidate and its built bundle so the publish flow no longer selects it; latest candidate reverts to 4.4.4. Preserves the single-country candidate-selection infra from #12/#13/#15. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #18
Removes the US-only MP 2cdd45d bundle candidate (
candidates/4.14.0-mp-ecps-us.json) and its built bundle (bundles/4.14.0/). On a correctly-scored target surface, production eCPS beats MP 2cdd45d (full PE-native loss 0.0266 vs 0.0428; eCPS wins 2334 of 2809 targets) and MP is 14–49× worse on income components; the promotion had cleared only a content baseline gate.After removal,
select_latest_bundle_candidate.pyreverts to 4.4.4 (verified). The single-country candidate-selection infra added in #12/#13/#15 is preserved. Live runtime is restored separately in PolicyEngine/policyengine.py#392 (the legacyus.jsonmanifest, which is what runtime reads, never imported this bundle).Testing
pytest: 96 passedvalidate_schemas.py/validate_models.py: all remaining bundles (4.4.2/4.4.3/4.4.4) okselect_latest_bundle_candidate.py→ 4.4.4🤖 Generated with Claude Code