Understand Time Series Forecast Uncertainty Using Prediction Intervals with Python
Last Updated on August 28, 2019 Time series forecast models can both make predictions and provide a prediction interval for those predictions. Prediction intervals provide an upper and lower expectation for the real observation. These can be useful for assessing the range of real possible outcomes for a prediction and for better understanding the skill of the model In this tutorial, you will discover how to calculate and interpret prediction intervals for time series forecasts with Python. Specifically, you will […]
Read more