How to Model Residual Errors to Correct Time Series Forecasts with Python - MachineLearningMastery.com

The residual errors from forecasts on a time series provide another source of information that we can model. Residual errors themselves form a time series that can have temporal structure. A simple...

By · · 1 min read
How to Model Residual Errors to Correct Time Series Forecasts with Python - MachineLearningMastery.com

Source: MachineLearningMastery.com

The residual errors from forecasts on a time series provide another source of information that we can model. Residual errors themselves form a time series that can have temporal structure. A simple autoregression model of this structure can be used to predict the forecast error, which in turn can be used to correct forecasts. This […]