From 5ef72999a490a8a6760f95e213398dce9c984517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stjepan=20Jurekovi=C4=87?= Date: Thu, 1 Sep 2022 16:54:38 +0200 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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb66d58..9fe3ba7 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,10 @@ Probably the best curated list of data science books in Python.
Practical Time Series Analysis - Aileen Nielsen
Learn to solve the most common data engineering and analysis challenges in time series, using both traditional statistical and modern machine learning techniques. -
+ +
Time Series Forecasting in Python + - Marco Peixeiro +
Build predictive models from time-based patterns in your data. Master statistical models including new deep learning approaches for time series forecasting.

Natural Language Processing