Public work
eval-metrics-ts
Small TypeScript metrics for evals.
What it does
eval-metrics-ts provides plain array-based metrics for classification and ranking checks: confusion matrices, accuracy, precision, recall, F1, pairwise ranking accuracy, and top-k overlap.
Why it exists
Many product evals need small, inspectable measurements before they need a framework. This package keeps the input shape simple and the behavior deterministic.
Use
npm install eval-metrics-ts