Glossary
AIData

Model Evaluation

Also: Model Assessment, AI Model Evaluation, Model Validation, Évaluation de modèle, Modellbewertung, Modell-Evaluierung, Model Benchmarking

The process of measuring whether an AI model performs well enough, and safely enough, for the business decision it is meant to support.

What It Is

Model evaluation is the disciplined check of how well an AI or statistical model does its job before and after it goes live. It answers one question: can we trust this model enough to act on its outputs? A churn model that flags at-risk customers, a pricing model, a large language model drafting client emails: each is measured against evidence, not against the vendor's promise. Evaluation compares the model's predictions or answers to known correct results, then reports the gap in numbers a leader can read.

Why it matters

A model that looks impressive in a demo can quietly fail on your real data, and the cost lands on the business, not on the data team. A credit model that is accurate overall but wrong for one customer segment creates both lost revenue and regulatory exposure. For a CFO, evaluation is the difference between a forecast you can put in a board pack and a guess. For a CMO, it decides whether a lead-scoring model is worth the ad budget it redirects. Evaluation also surfaces bias, drift (the model degrading as the world changes), and hallucination in generative tools. Skipping it means you learn about failure from customers or a regulator.

How it works

The team holds back a portion of data the model never saw during training, then tests the model on it. Results come as metrics: accuracy, precision, recall, error rates, or for language models, scores on curated question sets and human review. The right metric depends on the business cost of being wrong, so a leader's job is to state which mistake hurts most. Missing a fraud case and flagging a loyal customer are not equal errors. Evaluation continues after launch through monitoring, because performance decays over time. In practice, a CDO asks three things before approving a model: what was it tested against, how does it perform on our worst-case segment, and how will we know when it stops working.