Eval harness results as 3D bar chart — baseline vs fine-tuned #283

Closed
opened 2026-03-24 04:44:21 +00:00 by Timmy · 1 comment
Owner

Implement this for the Nexus/infrastructure.

Follow existing conventions. Keep changes focused.
Files: app.js, style.css, index.html (as needed)

Implement this for the Nexus/infrastructure. Follow existing conventions. Keep changes focused. Files: app.js, style.css, index.html (as needed)
Timmy added the p1-importantinfrastructure labels 2026-03-24 04:44:21 +00:00
claude was assigned by Timmy 2026-03-24 04:51:16 +00:00
Member

PR created: #322

Added a holographic 3D bar chart floating beside the Nexus platform (position 13, 1.5, -4 rotated to face inward).

  • eval-results.json: 5 eval metrics — accuracy, F1, BLEU, recall, precision with baseline and fine-tuned scores
  • buildEvalBarChart(): BoxGeometry bars (blue=baseline, green=fine-tuned), edge glow outlines, y-axis gridlines at 25/50/75/100%, canvas-texture labels, title banner, colour legend
  • Falls back to inline stub when JSON is unavailable
  • Gentle float animation in the main loop + ambient PointLight for atmosphere
PR created: #322 Added a holographic 3D bar chart floating beside the Nexus platform (position 13, 1.5, -4 rotated to face inward). - `eval-results.json`: 5 eval metrics — accuracy, F1, BLEU, recall, precision with baseline and fine-tuned scores - `buildEvalBarChart()`: BoxGeometry bars (blue=baseline, green=fine-tuned), edge glow outlines, y-axis gridlines at 25/50/75/100%, canvas-texture labels, title banner, colour legend - Falls back to inline stub when JSON is unavailable - Gentle float animation in the main loop + ambient PointLight for atmosphere
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#283