Regression
The type of AI model that predicts a number — revenue, price, demand, time-to-failure — and the workhorse behind most business forecasting.
Regression is the category of machine learning that predicts a numerical value rather than assigning a label or category. Instead of answering "which group does this belong to?", it answers "what number do we expect?" — how much demand for this product next month, what price is this property likely to sell for, how many days until this machine needs maintenance, what is this customer's lifetime value. It is the mechanism behind most business forecasting and financial estimation that AI teams deploy.
Regression models are typically reported by their average error, which can make them look more reliable than they are. A model with a low average error can still have wide variance — meaning individual predictions are frequently far off even when the overall average holds. For decisions that depend on individual forecasts (pricing a deal, scheduling maintenance on a specific asset, approving a specific loan), average accuracy is the wrong measure. The error distribution — how often predictions fall within an acceptable range, and how bad the outliers are — determines whether the model is actually useful for the decision it's supposed to support.
Read next
Related concepts
Machine Learning
AI that learns patterns from data rather than following fixed rules — which means its behavior is only as good as the data it learned from.
Data and AnalyticsPredictive Analytics
Using historical data to estimate what's likely to happen next — not a crystal ball, but a way to act on probability rather than intuition.
FoundationsTraining Data
The data a model learned from — which means everything the model knows, gets right, gets wrong, and embeds as bias all traces back here.
Optional map
Concept neighborhood
Focused neighborhood
Regression
The type of AI model that predicts a number — revenue, price, demand, time-to-failure — and the workhorse behind most business forecasting.
In these paths
Selected concept
Directly related
One step further
via Machine Learning
via Predictive Analytics
via Training Data
via Accuracy