Model Selection
Model selection is the process of choosing the most suitable model from a set of candidate models for a given task or problem. The choice is typically made by comparing candidates against defined performance criteria to identify the one best suited to the data and objective. It is a step within model development rather than a governance or risk-control activity in itself.
Model selection is the task of choosing one final model from among multiple candidate models for a predictive or analytical problem, on the basis of one or more performance criteria. As commonly defined in the machine learning literature, selection criteria may include predictive performance, robustness, and model complexity evaluated against a given dataset and task. Note that selection based on performance criteria is distinct from downstream model validation and model risk management activities; while the model chosen may later be subject to independent validation and ongoing monitoring, selection alone does not establish fitness for regulatory or operational use.
Why it matters
Model selection sits at the point where design intent becomes a concrete artifact: the model that gets chosen shapes the predictions an organization will act on, the errors it will absorb, and the assumptions it will carry forward. Because selection is driven by measurable criteria such as predictive performance, robustness, and complexity, it is often treated as a purely technical optimization step. For practitioners in AI governance and model risk management, however, the more important point is what selection does not by itself establish. Choosing the best-performing candidate against a chosen metric on a given dataset does not demonstrate that the model is fit for operational or regulatory use; that determination typically comes from downstream activities such as independent validation and ongoing monitoring.
A common pitfall is to conflate a strong selection outcome with assurance. A model that scores well against the selection criterion may still perform poorly under conditions not represented in the evaluation data, may embed problematic assumptions, or may degrade over time. Framing selection as the end of the risk conversation, rather than an early input to it, can create a false sense of confidence. Under the second and third lines of defense in many model risk frameworks, the reasonableness of the selection process and the criteria used are themselves subject to challenge and review, separate from the developer's own judgment.
Selection choices are also difficult to reverse cheaply once a model is embedded in a workflow, so documenting why a candidate was chosen, what alternatives were considered, and what criteria governed the decision supports later validation, audit, and accountability. This documentation trail matters not because selection is a control in itself, but because it provides the evidence that downstream governance and risk-management activities depend on.
Who it's relevant to
Inside Model Selection
Common questions
Answers to the questions practitioners most commonly ask about Model Selection.