Label the Pareto y-axis "Resolution Rate" - #3
Open
StevenDillmann wants to merge 1 commit into
Open
Conversation
Matches the leaderboard table's own description, which already calls the metric a resolution rate. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
@StevenDillmann is attempting to deploy a commit to the Harbor Framework Team on Vercel. A member of the Team first needs to authorize it. |
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.
The Pareto chart labels its y-axis
Accuracy, but the leaderboard tabledirectly above it describes the same metric as the "Resolution rate of
Terminal-Bench 3.0 tasks". Two names for one number on the same page.
Renames the axis label to
Resolution Rate.One line in
PARETO_AXES,components/charts/pareto-axes.ts:accuracy: { id: 'accuracy', - label: 'Accuracy', + label: 'Resolution Rate',Scope notes:
labelchanges. The axisidstaysaccuracy, so URLstate and the
metrics.accuracyHub accessor are untouched.pareto-scatter-chart.tsx:324)and the chart's
aria-label(:239). The axis-selector atpareto-view.tsx:111iteratesPARETO_X_AXIS_IDSonly, so this axis neverappears there.
accuracyoccurrences undercomponents/charts/are internalidentifiers in the discrimination-slope and pass-rate charts, not this one.
npm run types:checkpasses.Note: the leaderboard table's
Accuracycolumn header is served by HarborHub's leaderboard column config, not this repo, so it can't be changed here.
Renaming it Hub-side would make the terminology consistent across both views.
🤖 Generated with Claude Code