Swap the engine binding and prove the replacement beats the baseline #14
Labels
No Label
P0
P1
P2
release-blocker
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: null/Privacy-Period-Tracker#14
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
DataModule.predictionEngine()bindsBaselinePredictionEngine, and every other module depends on thePredictionEngineinterface rather than an implementation — so this swap is one line. It is filed separately because it is the moment the product's core claim changes, and it should not happen as a side effect of another commit.Before the swap:
Keep
BaselinePredictionEngineafterwards. It stops being the product and becomes the control — the thing that makes the next engine's improvement measurable too.Also update
modelVersion, which is stored on everyPredictionRecord: accuracy figures compared across engine versions without it are meaningless, and §16's history will span the swap.Verify:
DataModulebinds the new engine; a comparison test asserts lower mean absolute error AND no wider mean window thanBaselinePredictionEngineacross the §51 fixtures; andmodelVersionon newly stored predictions differs frombaseline-1.