Quant Memo

Paper Explained

The Two Cultures: Breiman's Attack on the Way Statistics Was Done

Do you want a model that explains, or a model that predicts? Breiman argued the statistics profession had spent decades choosing wrong, and finance is still arguing about it.

QM
Quant Memo

July 13, 2026

The paper

Statistical Modeling: The Two Cultures

Leo Breiman · 2001

Read the original →

This is not a paper about a method. It is a paper about an argument, and it is one of the most quoted, most resented and most vindicated papers in the history of statistics.

Leo Breiman, by then a distinguished statistician who had spent years working as a consultant in industry before returning to academia, essentially stood up in front of his own profession and told them they had wasted decades. The paper was published with formal responses from senior statisticians attached, several of whom disagreed sharply, which tells you how it landed.

The core question is one every quant faces on a daily basis, whether they realise it or not: do you want a model that explains the world, or a model that predicts it?

The problem: nature does not hand you a formula

Breiman describes the two cultures like this.

Culture one, which he calls data modelling, is the classical statistics tradition, and it is where the overwhelming majority of the profession lived. You begin by assuming that nature generated your data according to a particular kind of mechanism, usually a fairly simple one. Perhaps: the response is a linear function of the predictors, plus normally distributed noise. Having assumed the form of the mechanism, your job is to estimate its parameters, test whether they are significantly different from zero, and interpret them. The coefficient tells you the effect. You then check whether the model fits, using goodness-of-fit tests and residual plots.

Culture two, which he calls algorithmic modelling, is what we would now call machine learning. You treat the mechanism that generated the data as unknown and unknowable. You do not assume it is linear, or additive, or anything else. You simply build an algorithm, a random forest, a neural network, a boosted ensemble, that maps inputs to outputs as accurately as possible, and you judge it on one thing alone: how well does it predict data it has never seen?

Breiman estimated that at the time he wrote, roughly 98 percent of academic statisticians were in the first camp and about 2 percent in the second. He thought this was a catastrophe.

The key idea via analogy: a beautiful map of the wrong country

Here is the heart of Breiman's complaint, and it is sharper than it first appears.

The data modelling culture makes an assumption about how nature works and then spends all its energy on careful, rigorous inference within that assumption. The p-values are exact. The confidence intervals are correct. The theory is elegant.

But if the assumption is wrong, all of that rigour is decoration. You have produced beautifully precise conclusions about a model that does not describe reality. Your confidence interval is a perfect measurement of a fictional quantity. Breiman's phrase for this was that it leads to "irrelevant theory and questionable scientific conclusions."

The analogy: you have drawn an exquisitely detailed, meticulously surveyed map, with every contour line correct to the centimetre. It is a map of the wrong country. Its precision is not a virtue. It is what makes it dangerous, because it makes you trust it.

And Breiman's killer argument is about how you would ever find out. In the data modelling culture, you check your model with goodness-of-fit tests, which are weak, and residual plots, which are subjective. These tools are, in his view, nowhere near powerful enough to detect that your assumed model is wrong.

The algorithmic culture has a much harsher and more honest referee: out-of-sample predictive accuracy. It cannot be argued with. Either your model predicts new data or it does not. And Breiman's observation, drawn from his consulting years, was that on real problems, the flexible algorithmic models routinely predicted far better than the carefully specified statistical ones. If a random forest predicts the outcome twice as accurately as your linear model, then whatever story your linear model's coefficients are telling you about the world, it is probably not the right story. Predictive accuracy is evidence about truth.

The three doctrines he attacks

Breiman lays out the beliefs he thinks the profession clung to, and dismantles each:

  • "Simple models are better." He counters that simplicity is only a virtue if the world is simple. Where reality is complex, a simple model is not parsimonious, it is wrong. Accuracy should not be sacrificed on the altar of interpretability, because an interpretable model that is inaccurate is telling you a false story with great clarity.
  • "You need a model to draw conclusions about the mechanism." He counters that you can learn a great deal about which variables matter, and how they interact, from an algorithmic model, using tools like variable importance. It is different information, less tidy, but it is real.
  • "There is a single best model." He notes what he called the Rashomon effect: for most real problems there are many quite different models that fit the data about equally well and yet tell contradictory stories about which variables matter. If several equally good models disagree with each other, then the story any one of them tells you cannot be trusted. This is a devastating point, and it is one that finance has still not fully absorbed.

Why it mattered

  • It was a prophecy, and it came true. Written in 2001, before the deep learning boom, before Kaggle, before "data science" was a job title, it correctly identified where the intellectual energy was going. The algorithmic culture won, comprehensively.
  • It reframed the interpretability debate. Breiman's contribution was to point out that interpretability is not free: you are paying for it in accuracy, and you should decide consciously whether the trade is worth it, rather than assuming it always is.
  • It is the philosophical foundation under machine learning in finance. Every argument about whether to use a linear factor model (which you can explain to a risk committee) or a gradient boosted ensemble (which you cannot, but which predicts better) is a rerun of this paper. Gu, Kelly and Xiu's finding that non-linear models beat linear ones for return prediction is, in a sense, an empirical confirmation of Breiman's central claim, delivered nineteen years later.
  • It made out-of-sample accuracy the arbiter. In quant finance this is now non-negotiable, and the paper is part of why.

The honest limitations

  • Prediction is not always the goal, and Breiman under-weighted this. If you are a central banker deciding whether raising rates will reduce inflation, you need to understand a causal mechanism, and a random forest cannot give you one. Prediction and causal inference are genuinely different tasks, and the modern causal inference literature (which barely existed in its current form when Breiman wrote) has developed real tools that the algorithmic culture does not replace.
  • Finance is where his argument is weakest. Breiman's examples came from problems with high signal-to-noise ratios, like image recognition and medical diagnosis, where flexible models can safely feast on abundant signal. Financial return prediction is the opposite: almost all noise, non-stationary, adversarial, and with a limited amount of genuinely independent data. In that setting, the discipline imposed by a simple, economically motivated model is not a superstition, it is a defence against overfitting. The data modelling culture's caution has more justification here than Breiman allowed.
  • "Just check out-of-sample accuracy" is harder than it sounds. In finance, out-of-sample is a scarce resource that gets used up. Every time you look at your test set, it becomes a little bit training data. Breiman's clean referee is much less clean when the same historical data has been mined by thousands of researchers for decades.
  • A black box you cannot explain is a black box you cannot govern. If your model starts losing money, and you cannot say why it was ever making money, you have no way to distinguish a temporary drawdown from a permanent regime change. That is not an aesthetic preference for interpretability. It is a risk management necessity, and Breiman is too breezy about it.

The one-line takeaway

Breiman argued that statisticians had spent decades building elegant, interpretable models on top of assumptions that were simply false, and that the honest test of a model is not whether it fits your assumptions but whether it predicts data it has never seen, a fight that quant finance is still having with itself every day.

Related concepts