E5 — Pattern Essays

The Map and the Territory#

Essay2 min read
1 min read
◆ The PatternA model is a deliberate simplification — the danger is forgetting what was left out

Jorge Luis Borges imagined an empire whose cartographers drew a map so detailed it was the same size as the empire itself. It was, of course, useless. A map’s value is in what it leaves out — the irrelevant streets, the unchanged fields — so that what remains becomes visible.

Every model you build is a map. A linear regression draws one straight line through a cloud of points and declares, “this is the relationship.” The cloud disagrees at every point. That disagreement — the residuals — is not a flaw; it is the honest price of simplification. The danger arrives when you forget the residuals exist, when you treat the line as the territory.

The best practitioners hold two truths at once: the model is useful and the model is wrong. The gap between the line and the dots is where humility lives.

Model complexity Linear
The line and the dots — watch the model overfit
What to rememberEvery model is wrong in some way — keep the residuals in view and never mistake the line for the world.
References
[1] Borges, J. L. (1946). On Exactitude in Science. Los Anales de Buenos Aires, 1(3).
[2] Box, G. E. P. (1976). Science and Statistics. Journal of the American Statistical Association, 71(356), 791–799. doi:10.1080/01621459.1976.10480949
[3] Korzybski, A. (1933). Science and Sanity: An Introduction to Non-Aristotelian Systems and General Semantics. Institute of General Semantics.
Pattern bridge: Regression metrics quantify this gap, and SHAP values show what the model chose to see.
← Previous
Signal in the Noise
Open in the full reader, with the topic sidebar →