Skip to content

Add evaluation result insights - #21

Merged
fengting124 merged 2 commits into
mainfrom
feature/evaluation-result-insights
Jul 10, 2026
Merged

Add evaluation result insights#21
fengting124 merged 2 commits into
mainfrom
feature/evaluation-result-insights

Conversation

@fengting124

Copy link
Copy Markdown
Owner

Summary

  • add a tested evaluation insight utility for sample outcome counts, confusion matrix data, and label distribution
  • render Sample Outcome, Label Distribution, and Truth By Prediction panels on /admin/evaluations
  • document the design, implementation plan, worklog, and deferred scope
  • align the evaluation workbench shell panels after screenshot review

Why

The evaluation page had run status and aggregate metrics, but it did not explain where the model was correct or confused. This keeps the current UI style and avoids backend/API expansion while making model-quality discussion clearer for interviews.

Verification

  • npm run test
  • npm run lint
  • npm run build
  • mvn -B test
  • git diff --check
  • Chrome headless screenshot against a production build with mocked evaluation API data

Notes

  • No model weights were downloaded.
  • No backend aggregation API was added.

@fengting124
fengting124 merged commit 2555b94 into main Jul 10, 2026
4 checks passed
@fengting124
fengting124 deleted the feature/evaluation-result-insights branch July 10, 2026 18:07
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.

1 participant