
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Machine Learning for Time Series Forecasting with Python
About this book
Learn how to apply the principles of machine learning to time series modeling with thisindispensableresource
Machine Learning for Time Series Forecasting with Python is an incisive and straightforward examination of one of the most crucial elements of decision-makingin finance, marketing, education, and healthcare: time series modeling.
Despitethe centrality of time series forecasting, few business analysts are familiar with the power or utility of applying machine learning to time series modeling. Author Francesca Lazzeri, a distinguishedmachine learning scientistandeconomist, corrects that deficiency by providing readers withcomprehensiveand approachableexplanation andtreatment of the applicationof machine learning to time series forecasting.
Written for readers who have little to no experience in time seriesforecastingor machine learning, the book comprehensively coversall the topics necessary to:
- Understand time series forecasting concepts, such asstationarity, horizon, trend, and seasonality
- Prepare time series dataformodeling
- Evaluatetime series forecasting models'performance and accuracy
- Understand when to use neural networks instead of traditional time series models in time series forecasting
Machine Learning for Time Series Forecasting with Python is fullreal-world examples, resourcesand concrete strategies to help readers explore and transform data and develop usable, practical time series forecasts.
Perfect for entry-level data scientists, business analysts, developers, and researchers, this book is an invaluable and indispensable guide to the fundamental and advanced concepts of machine learning applied to time series modeling.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
CHAPTER 1
Overview of Time Series Forecasting
- What are the expected sales volumes of thousands of food groups in different grocery stores next quarter?
- What are the resale values of vehicles after leasing them out for three years?
- What are passenger numbers for each major international airline route and for each class of passenger?
- What is the future electricity load in an energy supply chain infrastructure, so that suppliers can ensure efficiency and prevent energy waste and theft?

- Flavors of Machine Learning for Time Series Forecasting â In this section, you will learn a few standard definitions of important concepts, such as time series, time series analysis, and time series forecasting, and discover why time series forecasting is a fundamental cross-industry research area.
- Supervised Learning for Time Series Forecasting â Why would you want to reframe a time series forecasting problem as a supervised learning problem? In this section you will learn how to reshape your forecasting scenario as a supervised learning problem and, as a consequence, get access to a large portfolio of linear and nonlinear machine learning algorithms.
- Python for Time Series Forecasting â In this section we will look at different Python libraries for time series data and how libraries such as pandas, statsmodels, and scikit-learn can help you with data handling, time series modeling, and machine learning, respectively.
- Experimental Setup for Time Series Forecasting â This section will provide you general advice for setting up your Python environment for time series forecasting.
Flavors of Machine Learning for Time Series Forecasting

- Acquire clear insights of the underlying structures of historical time series data.
- Increase the quality of the interpretation of time series features to better inform the problem domain.
- Preprocess and perform high-quality feature engineering to get a richer and deeper historical data set.
Table of contents
- Cover
- Table of Contents
- Title Page
- Introduction
- CHAPTER 1: Overview of Time Series Forecasting
- CHAPTER 2: How to Design an EndâtoâEnd Time Series Forecasting Solution on the Cloud
- CHAPTER 3: Time Series Data Preparation
- CHAPTER 4: Introduction to Autoregressive and Automated Methods for Time Series Forecasting
- CHAPTER 5: Introduction to Neural Networks for Time Series Forecasting
- CHAPTER 6: Model Deployment for Time Series Forecasting
- References
- Index
- Copyright
- About the Author
- About the Technical Editor
- Acknowledgments
- End User License Agreement