Sensitivity Analysis of History Size to Forecast Skill with ARIMA in Python - MachineLearningMastery.com

How much history is required for a time series forecast model? This is a problem-specific question that we can investigate by designing an experiment. In this tutorial, you will discover the effect...

By · · 1 min read
Sensitivity Analysis of History Size to Forecast Skill with ARIMA in Python - MachineLearningMastery.com

Source: MachineLearningMastery.com

How much history is required for a time series forecast model? This is a problem-specific question that we can investigate by designing an experiment. In this tutorial, you will discover the effect that history size has on the skill of an ARIMA forecast model in Python. Specifically, in this tutorial, you will: Load a standard […]