PredictionError
Prediction error is the discrepancy between an observed outcome and the value predicted by a model or forecast. If Y denotes the true outcome and Ŷ denotes the predicted value computed from input features X, the pointwise prediction error is e = Y − Ŷ. On a dataset, common summaries are mean squared error (MSE) and mean absolute error (MAE). The term is used across disciplines, including statistics, machine learning, econometrics, and forecasting.
Prediction error can refer to residuals observed on a training sample or to the generalization error—the expected
In squared-error contexts, the bias-variance decomposition states that the expected squared prediction error is E[(Y − Ŷ)^2]
Common approaches to reduce prediction error include choosing appropriate models, regularization, feature engineering, and larger or