Article
Your Model Is Not the Answer
Model quality is an intermediate artifact, and presenting it as the deliverable is the central structural error in applied data science. The remedy is not clearer communication. It is a different definition of finished.
A model with an AUC of 0.87 is not a finding. It is an intermediate artifact, and reporting it as the deliverable is the central structural error in applied data science.
This is worth stating sharply, because the softer version gets agreed with and ignored. The softer version is “communicate your results clearly.” Everyone nods, and nothing changes, because clarity is not what is missing. The model performance is usually communicated with perfect clarity. It is simply the wrong object.
The test
Take your last analysis. Ask what someone would do differently as a result of it. Then ask what they would do differently if the headline number had been ten percent worse.
If the answer to the second question is “the same thing,” the number was never load-bearing and should not have been the headline. If the answer to both is “nothing,” the analysis did not inform a decision, whatever else it did.
This terminates in an uncomfortable place with some regularity.
Where the chain actually goes
A churn model, reported the conventional way:
The gradient-boosted model achieves an AUC of 0.87 on held-out data, outperforming the logistic baseline at 0.79. The strongest features are tenure, support-ticket volume, and seat utilization.
Everything in that paragraph is true, precise, and unusable by the person who has to decide something.
The same work, run forward to a consequence:
We can identify the eight percent of accounts that generate forty-one percent of churn, roughly six weeks before they churn. At current save rates, proactive outreach to that cohort would retain an estimated 1.2 million dollars annually, against about 1.5 full-time equivalents of customer success capacity. The binding constraint is not model quality. It is that our outreach process takes eleven days from flag to contact, and the signal decays over roughly fourteen.
The second version names a decision, prices it, and identifies the actual bottleneck, which turns out to be operational rather than statistical.
That last point is the finding. It would never have surfaced from the first version, and a reader of the first version would plausibly have responded by asking for a better model, which would have cost a quarter and moved nothing.
Why this happens, honestly
Two mechanisms, and only one of them is about habit.
The first is that training rewards the intermediate artifact. Held-out performance is the score. The peer group that can assess the work cares about method. The incentive gradient points at the model, right up until the audience changes, and nothing tells you it has.
The second is more practical and less often admitted. Converting “AUC 0.87” into “1.2 million dollars against 1.5 FTE” requires the save rate, the cost of outreach, and the revenue per account. Those numbers live in other functions. Getting them requires conversations that are not part of the modeling workflow and that nobody assigned.
That is the real reason the chain does not get walked, and naming it makes the remedy concrete rather than exhortatory. Get those numbers at the start, as a precondition for starting, not at the end as presentation garnish. If nobody can supply them, that is itself the most important thing you will learn, and it is better learned in week one than in week twelve.
Uncertainty belongs in the recommendation, not instead of it
The honest objection is that the confident version overstates. The interval is wide, the save rate is a guess, and 1.2 million implies a precision the analysis does not support.
The answer is to put the uncertainty in the sentence, not to retreat to the model metric.
“Between 700,000 and 1.8 million depending on save rate, which we have not measured and should” is more honest than “AUC 0.87,” not less. It carries the uncertainty explicitly and it names the measurement that would narrow it, which is an actionable next step. Retreating to the metric is not humility. It is passing the uncertainty to someone worse equipped to handle it, while appearing rigorous.
The rung you were on
There is a second question hiding underneath this one, which is whether the model needed to exist.
Work from the bottom of the ladder. A count or a slice answers whether the damage is concentrated, and that is frequently where the ranking lives or dies. A back-of-envelope economic model answers whether a miss and a unit of capacity are even in the same universe. Climb to a fitted model only when a lower rung cannot settle a claim that is carrying weight.
Applied honestly, this kills a meaningful fraction of modeling projects before they start, and the ones that survive are considerably easier to defend.
The reframe
Your deliverable is not the model. It is the decision the model enables, stated with its uncertainty, its cost, and its binding constraint, attached to a rule somebody runs.
The model is how you got there. It goes in the appendix, with the code, where the two people who want it will find it.
Method applied in this article
- Economics Before MetricsRanking alternatives by the cost of being wrong rather than by movement in an internal measure.
- Complexity Must Pay RentThe principle that added method must be justified by a specific claim the simpler method could not settle.
- The Analysis Is Not the ProductThe deliverable is a commitment among alternatives, not an explanation of what happened.
What Would Change the Ranking
One note every other Tuesday.
One piece of the method, one worked example from real operations, and one thing to try before you open a notebook. No news, no roundups, no launch announcements.
Read next
- Forty-Seven Slides and the Rule Did Not ChangeThe most common outcome of competent technical work is a meeting that agrees the work was thorough and an operating process that continues exactly as before. The cause is not effort, and more effort will not fix it.
- How to Refuse a Brief Without Becoming the ObstacleThe first request is almost never the decision. Absorbing it anyway is the most expensive habit in technical work, and the standard objection to pushing back has a specific, practical answer.