Here is a short FAQ about this repository
1) What is this repository about?
In this repository, we are going to explore 5 different Python Libraries for Time Series Analysis. The jupyter notebook (.ipynb) provides the code and this readme contains all the relevant information about this tutorial.
2) Which Python Libraries have been used in this tutorial?
This tutorial contains time series implementation (forecasting examples) for these following libraries-
- Tsfresh
- Darts
- Kats
- GreyKite
- AutoTS
3) Which dataset has been used?
We have used the Airline passengers dataset for prediction in the examples. The dataset is also available in this repository.
Details of this tutorial and introduction to the 5 Python Libraries have been discussed in my article published on Analytics Vidhya
https://www.analyticsvidhya.com/blog/2022/05/5-python-libraries-for-time-series-analysis/