Choose the puzzle and dataset
Read predictions against actual outcomes
True positive: predicted positive and actually positive. False positive: predicted positive but actually negative.
True negative: predicted negative and actually negative. False negative: predicted negative but actually positive.
Accuracy = (TP + TN) / Total
Precision = TP / (TP + FP)
Recall = TP / (TP + FN)
Specificity = TN / (TN + FP)
F1 = 2 × Precision × Recall / (Precision + Recall)
MCC = (TP×TN − FP×FN) / √((TP+FP)(TP+FN)(TN+FP)(TN+FN))
- Keyboard users can classify records with the accessible dropdown table.
- Canvas cards can be dragged with mouse or touch.
- The positive class is shown before each puzzle.
Scoreboard and progress
Start a game to generate a puzzle
The positive class will appear here.
Accessible record assignments
These controls mirror the canvas and provide a keyboard-friendly alternative.
| Record | Actual | Prediction | Confidence | Your category |
|---|
Classify this result
Record
Count every record in the dataset, then enter the four matrix values.
| ID | Actual | Predicted | Score |
|---|
One displayed outcome label is incorrect. Select that row.
| Select | ID | Actual | Predicted | Displayed label |
|---|