Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Modern Time Series Forecasting with Python

You're reading from   Modern Time Series Forecasting with Python Industry-ready machine learning and deep learning time series analysis with PyTorch and pandas

Arrow left icon
Product type Paperback
Published in Oct 2024
Publisher Packt
ISBN-13 9781835883181
Length 658 pages
Edition 2nd Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
Jeffrey Tackes Jeffrey Tackes
Author Profile Icon Jeffrey Tackes
Jeffrey Tackes
Manu Joseph Manu Joseph
Author Profile Icon Manu Joseph
Manu Joseph
Arrow right icon
View More author details
Toc

Table of Contents (26) Chapters Close

Preface 1. Part-1: Getting Familiar with Time Series FREE CHAPTER
2. Introducing Time Series 3. Acquiring and Processing Time Series Data 4. Analyzing and Visualizing Time Series Data 5. Setting a Strong Baseline Forecast 6. Part-2: Machine Learning for Time Series
7. Time Series Forecasting as Regression 8. Feature Engineering for Time Series Forecasting 9. Target Transformations for Time Series Forecasting 10. Forecasting Time Series with Machine Learning Models 11. Ensembling and Stacking 12. Global Forecasting Models 13. Part-3: Deep Learning for Time Series
14. Introduction to Deep Learning 15. Building Blocks of Deep Learning for Time Series 16. Common Modeling Patterns for Time Series 17. Attention and Transformers for Time Series 18. Strategies for Global Deep Learning Forecasting Models 19. Specialized Deep Learning Architectures for Forecasting 20. Probabilistic Forecasting and More 21. Part-4: Mechanics of Forecasting
22. Multi-Step Forecasting 23. Evaluating Forecast Errors—A Survey of Forecast Metrics 24. Evaluating Forecasts—Validation Strategies 25. Index

Preface

Mankind has always sought the ability to predict the future. Since the earliest civilizations, people have tried to predict the future. Shamans, oracles, and prophets used anything ranging from astrology and palmistry to numerology to satisfy the human need to see into the future. In the last century, with the developments in IT, the mantle of predicting the future landed on data analysts and data scientists. And how do we predict the future? It’s not by examining the lines and creases on our hands or the positions of the stars anymore but by using data that has been generated in the past. And instead of prophecies, we now have forecasts.

Time, being the fourth dimension in our world, makes all the data generated in the world time series data. All the data that is generated in the real world has an element of time associated with it. Whether the temporal aspect is relevant to the problem or not is another question altogether. However, to be more concrete and immediate, we can find time series forecasting use cases in many industries, such as retail, energy, healthcare, and finance. We might want to know how many units of a particular product are to be dispatched to a particular store, or we might want to know how much electricity is to be produced to meet demand.

In this book, using a real-world dataset, you will learn how to handle and visualize time series data using pandas and plotly, generate baseline forecasts using darts, and use machine learning and deep learning for forecasting, using popular Python libraries such as scikit-learn and PyTorch. We conclude the book with a few chapters that cover seldom-touched aspects, such as multi-step forecasting, forecast metrics and cross validation for time series.

The book will enable you to build real-world time series forecasting systems that scale to millions of time series by mastering and applying modern concepts in machine learning and deep learning.

lock icon The rest of the chapter is locked
Next Section arrow right
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image