Provide labels
CSV with y_true and y_pred columns, or two pasted columns. Labels can be text or numbers.
Fine-tuning
Evaluation without a notebook. Paste two columns or drop a CSV with true and predicted labels (and optionally probabilities), and the tool prints the confusion matrix, per-class precision, recall and F1, macro and weighted averages, Cohen's kappa and, with probabilities, ROC-AUC for binary tasks.
Loading the tool…
CSV with y_true and y_pred columns, or two pasted columns. Labels can be text or numbers.
Rows are true classes, columns predicted; the heat colouring points at the confusions that matter.
Metrics as JSON or Markdown table; the matrix as SVG or CSV.
Macro treats classes equally; weighted weights by support; micro equals accuracy for single-label tasks. Report macro when classes are imbalanced.
With probabilities for a binary task, the threshold slider recomputes everything and draws the precision-recall curve.
Semicolon-separated labels per row are treated as multi-label; metrics are per label with micro and macro averages.
The 95 percent interval on a proportion at n=100 is about ±10 points; at n=1,000 about ±3. The tool prints a Wilson interval for accuracy.
Use the mAP Calculator for boxes.
Add a second prediction column and both are reported side by side.