M2.5 Phase 3: Bootstrap confidence intervals for eval nDCG@3 - #6
Merged
Conversation
Resample conversations with replacement to compute 95% percentile intervals per slice. Wire into EvalConfig, runner, JSON/markdown reports, and the eval CLI via --bootstrap-samples and --bootstrap-seed. Co-authored-by: bigboateng <bigboateng@users.noreply.github.com>
bigboateng
marked this pull request as ready for review
July 12, 2026 19:30
Co-authored-by: bigboateng <bigboateng@users.noreply.github.com>
Co-authored-by: bigboateng <bigboateng@users.noreply.github.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.
Summary
Completes M2.5 Phase 3 and prepares the repository landing page for a public alpha.
Bootstrap confidence intervals
SliceMetrics.ndcg_at_3_ciand serializes bounds in JSON reportsbootstrap_samplesandbootstrap_seedtoEvalConfig--bootstrap-samplesand--bootstrap-seedto the eval CLInDCG@3 95% CIcolumn to markdown reportsPublic alpha README
TBDbenchmark rows with clearly labeled preliminary evidence and limitationsUsage
python -m mapmatched.eval --benchmark synthetic --bootstrap-samples 200Use
--bootstrap-samples 1000for publishable runs; keep0(default) for fast smoke tests.Test plan