From d27f68ffef97edd565bbf0642b754215c60a0e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stjepan=20Jurekovi=C4=87?= Date: Tue, 7 Dec 2021 08:55:02 +0100 Subject: [PATCH] Added Time Series Forecasting in Python Hi, Stjepan from Manning here. I thought this title might be a good match for your list. Thank you for considering it. Best, --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2cd8147..0fbdadd 100644 --- a/README.md +++ b/README.md @@ -1006,6 +1006,8 @@ Twin Systems and Weakly-Supervised Learning](https://ieeexplore.ieee.org/stamp/s - [Forecasting: Principles and Practice: Slides](https://github.com/robjhyndman/ETC3550Slides)**Good material** +- [Time Series Forecasting in Python](https://www.manning.com/books/time-series-forecasting-in-python-book) + ## Code-Resource - [Transformer Time Series Prediction](https://github.com/oliverguhr/transformer-time-series-prediction)