docs(data-analytics-demo): add Verified ML metrics section citing CI-enforced floors#94
Merged
leagames0221-sys merged 1 commit intoMay 17, 2026
Conversation
…enforced floors Documents the two CI-enforced floors (Churn ROC-AUC ≥ 0.70 via AC-3.2, Upsell lift @ top-10% ≥ 1.5× via AC-3.7) with literal links to the asserting test files and explanation of the seed-based reproduction contract. External-facing portfolio copy can now cite this section instead of presenting unsourced specific numbers. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
leagames0221-sys
added a commit
that referenced
this pull request
May 21, 2026
…enforced floors (#94) Documents the two CI-enforced floors (Churn ROC-AUC ≥ 0.70 via AC-3.2, Upsell lift @ top-10% ≥ 1.5× via AC-3.7) with literal links to the asserting test files and explanation of the seed-based reproduction contract. External-facing portfolio copy can now cite this section instead of presenting unsourced specific numbers. Co-authored-by: leagames0221-sys <leagames0221@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 (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.
Summary
packages/data-analytics-demo/README.mdbetweenLayoutandArchitecture.DEMO_RANDOM_SEED=42) so external readers know how to regenerate the gitignoredml/artifacts/*.jsonoutputs.Why
External-facing portfolio copy currently cites specific ML scores that are not traceable to anything in the repo (the actual numbers live in gitignored runtime artifacts). This section gives the external copy a stable, repo-internal source to point to: the floors are enforced + the tests are linked + the regeneration command is documented.
Test plan
🤖 Generated with Claude Code