fix: correct COMPAS dataset size on index.html (60k+, not 70k+) - #528
Merged
yakew7 merged 1 commit intoSep 9, 2026
Merged
Conversation
COMPAS/compas-scores-raw.csv has 60,842 data rows, so both the project
card ("70,000+ records") and the roadmap card ("70k+ records") overstated
the dataset size. Changed both to "60,000+" / "60k+", which is accurate
for the raw file shipped in the repo.
Closes yakew7#518
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
|
@propcgamer20-png is attempting to deploy a commit to the yashkewlani2020-gmailcom's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@yakew7 - new PR touching a path you own, please review. |
yakew7
added a commit
that referenced
this pull request
Sep 9, 2026
@propcgamer20-png bumped to 33 merged PRs / 50 commits (was 19/36), added the 14-PR batch (#528-541) to their bio, and added to 3 "Contributions by area" rows their recent work now touches (Profiler - web, Benchmark harness, Website & explainer build). New contributor @Aaqibhafeezkhan (2 merged PRs, first merged 2026-09-09): two one-line doc fixes (#526, #527). Added to the Explainers and Website & explainer build area rows. Refreshed the file's own snapshot line (was "through PR #510"; now "through PR #541").
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.
Problem
index.html's COMPAS cards claim "70,000+ records" / "70k+ records", butCOMPAS/compas-scores-raw.csvhas only 60,842 data rows (wc -l= 60843 including the header). The filtered dataset the audit scripts actually use (audit.yamlrow_filters: race in {African-American, Caucasian} andDisplayText == "Risk of Recidivism") is ~16.3k rows, smaller still.Fix
Two spots updated to a figure that is accurate for the raw file shipped in the repo:
70,000+ records->60,000+ records70k+ records->60k+ records60,000+is unambiguously true for the 60,842-row file (avoids implying >=61,000).python scripts/check_em_dash.pypasses.Closes #518
🤖 Generated with Claude Code