Model Assumptions and Limitations
Model assumptions are the conditions a model treats as true in order to work, such as expecting data to follow a particular pattern, while limitations are the situations where the model becomes unreliable or should not be trusted. For example, a statistical model may assume that its errors behave in a consistent, predictable way, and its output is only as good as the data used to build it and the questions it is asked. Understanding both matters because a model that is used outside the conditions it assumes can produce misleading results.
In modelling practice, assumptions are the explicit or implicit conditions required for a model's outputs to be valid, and limitations are the boundaries beyond which those outputs may be unreliable or invalid. For linear regression specifically, commonly cited assumptions include a linear true relationship between variables, normally distributed errors, and homoscedasticity (equal error variance across observations); violations such as heteroscedasticity (unequal error variance) can be detected and, in some cases, corrected. Limitations frequently arise from data quality, since a model's reliability is constrained by the data used to construct it and the questions it is asked to answer. Note that the specific assumptions differ by model type and technique, so the linear-regression assumptions described here should not be generalized to all models; the evidence available here addresses statistical regression models rather than the full range of machine learning or AI systems.
Why it matters
Model assumptions and limitations sit at the core of model risk management because a model's outputs are only valid within the conditions it presumes to hold. When a model is applied outside those conditions—used on data that violate its assumptions, or asked questions it was never designed to answer—it can produce results that appear precise but are in fact misleading. Documenting assumptions and limitations is therefore a prerequisite for judging whether a model is fit for a given use, and it is central to model validation, which examines whether a model works as intended rather than simply whether it runs.
The practical stakes are illustrated by common statistical assumptions. For a linear regression model, commonly cited assumptions include a linear true relationship between variables, normally distributed errors, and homoscedasticity—equal error variance across observations. Where an assumption such as homoscedasticity is violated (a condition known as heteroscedasticity, or unequal error variance), the model's reliability can degrade in ways that are not obvious from its headline outputs. Some such violations can be detected and, in certain cases, corrected, but this depends on the model type and technique.
Data quality is a frequently cited limitation: a model is only as good as the data used to construct it and the questions it is asked to answer. This means that unstated or poorly understood limitations can quietly undermine decisions built on model output. Note that the specific assumptions above pertain to statistical regression and should not be generalized to all models; the assumptions and limitations of machine learning or other AI systems differ and are out of scope for the regression-focused evidence here.
Who it's relevant to
Inside Model Assumptions and Limitations
Common questions
Answers to the questions practitioners most commonly ask about Model Assumptions and Limitations.