Decision Threshold Profit Optimizer
Interactive cost-sensitive classification simulator: two overlapping score distributions, a movable decision threshold, and asymmetric costs/benefits combine into a live expected-profit curve for business ML decisions like churn, fraud and credit approval.
Most machine-learning business decisions boil down to one number: where do you cut a continuous risk score into "act" and "don't act"? This simulator renders two overlapping 3D score-distribution histograms — a positive class (churners, fraud, defaulters) and a negative class — and a movable decision plane between them. Set the payoff for a caught positive against the costs of a false alarm and a missed case, and a live gold curve traces expected profit across every possible threshold, so you can see exactly why the profit-maximizing cutoff almost never sits at the textbook 0.5.
Move the decision threshold between two overlapping classifier score distributions and watch a live expected-profit curve reveal why the cost-optimal cutoff for churn, fraud or credit decisions is almost never 0.5.
3D · Three.js / WebGL renderer · 60 FPS target · runs fully client-side, no install