Technical requirements
To work through this chapter, you need to have Python 3.9 installed on your machine. We will work with the following libraries:
pandas
(2.1.4)numpy
(1.26.3)statsmodels
(0.14.1)pmdarima
(2.0.4)seaborn
(0.13.2)
You can install these libraries using pip
:
pip install pandas numpy statsmodels pmdarima seaborn
In our setup, we used pip
version 23.3.1. The code for this chapter can be found at the following GitHub URL: https://github.com/PacktPublishing/Deep-Learning-for-Time-Series-Data-Cookbook