Classifier Threshold & ROC Curve Explorer
Interactive 3D supervised-learning simulator: slide a classification threshold across two overlapping score distributions, watch the confusion matrix update live, and see the point trace a real ROC curve with numerically-integrated AUC.
Every supervised classifier — logistic regression, SVM, a random forest, a neural net — reduces a sample to a single score, then a threshold turns that score into a "positive" or "negative" prediction. This simulator renders two overlapping score distributions in 3D, lets you drag a real decision threshold through them while every point recolors live by confusion-matrix outcome (TP/FP/TN/FN), and plots the resulting ROC curve with a numerically-integrated AUC — the exact tradeoff behind precision, recall and F1 in the article above.
Drag a real decision threshold across two overlapping classifier score distributions in 3D and watch every sample recolor live by confusion-matrix outcome, while a second panel traces the resulting ROC curve with a numerically-integrated AUC.
3D · Three.js / WebGL renderer · 60 FPS target · runs fully client-side, no install