Join our Newsletter — 33% off our NHI Course

How do organisations decide whether to use descriptive, predictive, or prescriptive machine learning?

Use descriptive models when the goal is to understand what already happened, predictive models when the goal is to forecast likely outcomes, and prescriptive models when the system must support or automate a decision. The right choice depends on business risk, data quality, and how much autonomy the organisation is willing to give the model.

Why This Matters for Security Teams

Choosing between descriptive, predictive, and prescriptive machine learning is not just a modelling decision. It changes what the organisation trusts the system to do, how errors are detected, and who remains accountable when the output affects customers, operations, or security outcomes. Descriptive models support visibility and pattern discovery, predictive models influence risk anticipation, and prescriptive models move into recommendation or action. That progression increases governance demands, especially where data may be incomplete, biased, or operationally sensitive.

Security and risk teams should treat model type as part of control design, not as a purely analytical preference. A descriptive model may be acceptable for internal reporting, while a prescriptive model can require stronger validation, approval workflows, logging, and human review. Current guidance suggests that control strength should rise with model autonomy and business impact, which is consistent with NIST SP 800-53 Rev 5 Security and Privacy Controls and broader AI governance practice. In practice, many organisations discover the governance gap only after a model has already influenced a decision path rather than during initial model selection.

How It Works in Practice

Organisations usually decide by matching the model type to the decision maturity they actually need. Descriptive machine learning is used when teams need to summarise historical data, identify trends, or segment behaviour. Predictive machine learning is used when the organisation wants a forecast, such as likely churn, fraud risk, or incident probability. Prescriptive machine learning is used when the output is intended to recommend, rank, or trigger an action, often in combination with business rules or optimisation logic.

The practical question is not only what the model can do, but what the organisation can support safely. For example, a descriptive model may be sufficient if the goal is to understand losses after the fact. A predictive model may be appropriate if the business can tolerate some error and use the output as one signal among several. A prescriptive model needs stronger safeguards because it can change workflow, spending, access, or customer treatment.

  • Start with the decision, not the algorithm.
  • Define the acceptable error rate and the cost of a false positive or false negative.
  • Check whether the data is stable enough for forecasting or only reliable for reporting.
  • Confirm whether a human must approve the outcome before action is taken.
  • Set logging, monitoring, and rollback expectations before deployment.

For teams building governed AI programs, this aligns with the risk-based control thinking in NIST security and privacy controls and the model lifecycle discipline reflected in AI risk management guidance. Where organisations also use automated agents or decision workflows, the boundary between prediction and action should be explicit, because that boundary is where accountability often becomes unclear. These controls tend to break down when data pipelines are inconsistent across regions or business units because the same model can produce different operational outcomes from one environment to another.

Common Variations and Edge Cases

Tighter model governance often increases review time and slows delivery, requiring organisations to balance speed against assurance. That tradeoff becomes sharper when the model is used in regulated, safety-critical, or customer-facing processes.

There is no universal standard for when a predictive model becomes prescriptive, but current guidance suggests the shift happens when the model output directly shapes an action rather than simply informing a person. In practice, many teams use hybrid designs: descriptive analytics for monitoring, predictive scoring for prioritisation, and prescriptive logic for bounded recommendations. This layered approach can reduce risk while preserving usefulness.

Edge cases appear when models are embedded into automation, such as ticket routing, fraud review, access decisions, or agentic workflows. In those environments, the key issue is not the label attached to the model but the level of authority it receives. A predictive model that only informs a queue is materially different from one that can approve, deny, or execute. Organisations should also be careful with feedback loops, because a prescriptive system can reinforce its own assumptions if its outputs become training data without review.

For security and governance teams, the most defensible approach is to document the decision boundary, the human override path, and the conditions that trigger retraining or suspension. That is especially important where model outputs affect identity, fraud, or access control decisions, because mistakes can propagate quickly across downstream systems.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

MITRE ATLAS and OWASP Agentic AI Top 10 address the attack and risk surface, while NIST AI RMF, NIST CSF 2.0 and NIST AI 600-1 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST AI RMF Risk-based AI governance fits model selection by impact and autonomy.
NIST CSF 2.0 GV.RM-01 Governance and risk management support model choice and accountability.
NIST AI 600-1 GenAI profile helps when models are used in assisted or automated decisioning.
MITRE ATLAS AML.TA0002 Training and inference integrity matter when models are exposed to adversarial inputs.
OWASP Agentic AI Top 10 Agentic workflows need clear limits when models can trigger actions.

Use AI RMF to classify model purpose, assess risk, and set oversight proportional to impact.