Holt-Winters, SARIMA, auto ARIMA, ACF, PACF & differencing — Keywords: Holt-Winters, Exponential smoothing, SARIMA, Auto ARIMA, Pmdarima, ACF, PACF, Differencing, Seasonal decomposition Complete Python code on Colab: https://bit.ly/371pUN5 We assume the reader is already familiar with time series theories including SARIMA & Holt-Winters; if not, check references [3][5][7][9][13] for more details. Hence, we put emphasis primarily on how to…