P84Model EvaluationIntermediateCalculate8 min

Calculate Expected Cost Across Two Classification Thresholds

Calculate operational cost at two thresholds and choose the lower-cost policy.

#calculate#thresholds#costs

Scenario

At threshold A there are 90 false positives and 8 false negatives. At threshold B there are 30 false positives and 16 false negatives. A false positive costs $20; a false negative costs $250.

Problem statement

Calculate total expected cost for each threshold and choose the lower-cost option.

Your Task

  1. Multiply each error count by its cost.
  2. Sum costs per threshold.
  3. Explain why accuracy alone is insufficient.

Related Concepts

Expected costFalse positivesFalse negatives

Ready to count this problem?

Mark it complete when you have reasoned through the solution in your own words.