Skip to content

UPDATE: Added benchmarking results, bug fixes related to scoring & Export to PDF option for Scoring Methodology - #56

Merged
js2552 merged 6 commits into
mainfrom
feature/dataset-benchmarking
Aug 16, 2026
Merged

UPDATE: Added benchmarking results, bug fixes related to scoring & Export to PDF option for Scoring Methodology#56
js2552 merged 6 commits into
mainfrom
feature/dataset-benchmarking

Conversation

@uchandar29

Copy link
Copy Markdown
Contributor

Summary

Adds a one-click PDF export to the Scoring Methodology reference modal, fixes a bug where high label-noise rates could produce NaN instead of a floored score, and refreshes the benchmarking results data for image classification datasets.

What's included

  • Export to PDF: downloads the reference document directly, no print dialog. Built with html2canvas + jsPDF instead of the browser's native print-to-PDF so it's a single click. A previous print-based version is kept as a secondary Ctrl+P option.
  • Scoring fix: the label-noise formula could go negative before a fractional exponent, which is NaN in JS rather than a floor — now clamped, matching an update to SCORING_FORMULAS.md. Also guards the overall score against stray NaN/null axis values.
  • Data: refreshed image classification benchmarking results; synced package-lock.json.

@uchandar29
uchandar29 requested a review from js2552 August 15, 2026 07:38
@uchandar29 uchandar29 self-assigned this Aug 15, 2026
@js2552
js2552 merged commit ad702eb into main Aug 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants