Technical requirements
In this chapter, we use two additional Python libraries for time series analysis: sktime
and pmdarima
. Please install the following versions of these libraries to run the provided code. Instructions for installing libraries can be found in Chapter 1, Sampling and Generalization.
sktime==0.15.0
pmdarima==2.02
More information about sktime
can be found at this link: https://www.sktime.org/en/stable/get_started.html
More information about pmdarima
can be found at this link: http://alkaline-ml.com/pmdarima/