The textbook contains code in R, so you don't need to pay much attention to it - we'll be doing analogous things in Python during the lab.
Materials
Q&A Session:
How time series data differ from other data?
Explain the terms: trend, seasonal, cyclic
What is the difference between stationary and non-stationary time series data?
What are the AR (Autoregressive) and MA (Moving Average) models?
When we develop a machine learning model, we need some input feature matrix (X) and some vector (y) we want to predict. This is a bit tricky when it comes to time series. Which features can we include for this purpose?
Brockwell, P.J., Davis, R.A. (Eds.), 2002. Introduction to Time Series and Forecasting, Springer Texts in Statistics. Springer New York, New York, NY. DOI:10.1007/b97391, full text pdf – a standard reference textbook; old but gold