Skip to content
Novus Examples

Evaluation & metrics fixtures

Benchmark results, confusion matrices, ROC curves, and classification reports in CSV and JSON — for testing eval dashboards, metric parsers, and leaderboard importers.

Preview of Classification Report (JSON)
json
588 B

Classification Report (JSON)

A per-class classification report in the scikit-learn structure — precision, recall, F1, and support for each class plus accuracy and macro/weighted averages. A fixture for testing metric parsers and report renderers.