Other meanings of Predictive analytics
Data science
Predictive analytics is a branch of data analysis using statistical models to forecast future outcomes. It combines historical observations, explanatory variables, and validation methods to estimate events, values, risks, or behaviors that have not yet been observed.
Predictive analytics estimates what is likely to happen by learning relationships between observed inputs and a target outcome. Its core methods include regression for numerical quantities, classification for categories, and time-series forecasting for ordered observations. The word “predictive” describes the use of information available before an outcome, not necessarily a long-range forecast: a hospital model may estimate deterioration within hours, while a retailer may predict demand months ahead.2
The workflow normally includes defining the prediction target, assembling and cleaning data, selecting features, fitting a model, testing it on data not used for fitting, and deploying or interpreting the results. Statistical models can be relatively simple, such as linear regression, or more flexible, such as random forests and neural networks. Prediction differs from causal explanation: a variable can improve forecast accuracy without causing the predicted event.12
Model choice depends on the outcome, data structure, operational constraints, and the cost of errors. Linear and logistic regression provide interpretable baselines; decision trees and random forests capture nonlinear relationships; and machine learning methods can represent complex interactions when sufficient data are available.13
Evaluation must reproduce the conditions in which predictions will be made. Cross-validation is useful for estimating performance during development, whereas a genuinely held-out test set gives a more independent assessment. Common measures include mean absolute error for numerical predictions, discrimination measures such as area under the receiver operating characteristic curve for binary classification, and calibration, which compares predicted probabilities with observed frequencies. A model with strong average accuracy can still perform poorly for a subgroup or at the decision threshold that matters in practice.4
Predictive analytics is used to support decisions in health care, finance, manufacturing, energy, transport, marketing, and public administration. Examples include estimating hospital readmission risk, detecting financial fraud, forecasting electricity demand, anticipating equipment failure, and allocating inventory. In each case, the model produces an estimate or ranking; people and institutions still determine how that output is acted upon.
Reliable deployment requires attention to data provenance, privacy, security, documentation, and monitoring. Clinical prediction research commonly distinguishes model development from external validation, because performance can fall when a model is moved to a different population or setting. High-stakes uses also raise questions about discrimination, explainability, contestability, and human oversight. The NIST AI Risk Management Framework treats measurement, governance, and ongoing risk management as lifecycle activities rather than one-time checks.5
Prediction can be useful even when a model does not explain why an outcome occurs. This distinction, emphasized in predictive-analytics research, prevents accurate forecasting from being mistaken for causal knowledge or a policy intervention.2
Several less visible failure modes arise after deployment. Concept drift occurs when relationships between inputs and outcomes change; data drift can instead reflect a change in the input distribution. A model may also appear accurate because the target is leaked into the training data, because missingness carries an unintended signal, or because repeated observations from the same people enter both training and test sets. In rare-event settings, a high accuracy score may conceal poor detection of the event of interest. Monitoring calibration, subgroup performance, error costs, and data quality can reveal problems that a single headline metric misses.4
Predictive performance is context-dependent: reported accuracy should be interpreted with the target population, prediction horizon, data-generating process, and consequences of error.
Help improve the encyclopedia. Reports go straight to the site manager.