Machine Learning News Hubb
Advertisement Banner
  • Home
  • Machine Learning
  • Artificial Intelligence
  • Big Data
  • Deep Learning
  • Edge AI
  • Neural Network
  • Contact Us
  • Home
  • Machine Learning
  • Artificial Intelligence
  • Big Data
  • Deep Learning
  • Edge AI
  • Neural Network
  • Contact Us
Machine Learning News Hubb
No Result
View All Result
Home Artificial Intelligence

Local vs Global Forecasting: What You Need to Know | by Davide Burba

admin by admin
July 11, 2023
in Artificial Intelligence


A comparison of Local and Global approaches to time series forecasting, with a Python demonstration using LightGBM and the Australian Tourism dataset.

Towards Data Science

Image by Silke from Pixabay

To jump to the Python example, click here!

What is Local forecasting?

Local forecasting is the traditional approach where we train one predictive model for each time series independently. The classical statistical models (like exponential smoothing, ARIMA, TBATS, etc.) typically use this approach, but it can also be used by standard machine learning models via a feature engineering step.

Local forecasting has advantages:

  • It’s intuitive to understand and implement.
  • Each model can be tweaked separately.

But it also has some limitations:

  • It suffers from the “cold-start” problem: it requires a relatively large amount of historical data for each time series to estimate the model parameters reliably. It also makes it impossible to predict new targets, like the demand for a new product.
  • It can’t capture the commonalities and dependencies among related time series, like cross-sectional or hierarchical relationships.
  • It’s hard to scale to large datasets with many time series, as it requires fitting and maintaining a separate model for each target.

What is Global forecasting?

Image by PIRO from Pixabay

Global forecasting is a more modern approach, where multiple time series are used to train a single “global” predictive model. By doing so, it has a larger training set and it can leverage shared structures across the targets to learn complex relations, ultimately leading to better predictions.

Building a global forecasting model typically involves a feature engineering step to build features like:

  • Lagged values of the target
  • Statistics of the target over time-windows (e.g…



Source link

Previous Post

The Bellman Equation: Decoding Optimal Paths with State, Action, Reward, and Discount | by Navneet Singh | Jul, 2023

Next Post

Exploring the Latest Trends in AI/DL: From Metaverse to Quantum Computing

Next Post

Exploring the Latest Trends in AI/DL: From Metaverse to Quantum Computing

Data Sonification, Space, and Accessibility

Understanding In-Sync Replicas (ISR) in Apache Kafka

Related Post

Artificial Intelligence

How to Implement Random Forest Regression in PySpark | by Yasmine Hejazi | Sep, 2023

by admin
September 26, 2023
Machine Learning

Mastering The Method of Choosing Your Most Accurate Machine Learning Algorithms: A Comprehensive Guide

by admin
September 26, 2023
Machine Learning

Mastering How to Calculate the Return on Equity: A Guide

by admin
September 26, 2023
Deep Learning

How Observability in DevOps is Transforming Dev Roles

by admin
September 26, 2023
Artificial Intelligence

Innovation for Inclusion: Hack.The.Bias with Amazon SageMaker

by admin
September 26, 2023
Edge AI

Flex Logix Expands Upon Industry-leading Embedded FPGA Customer Base

by admin
September 26, 2023

© Machine Learning News Hubb All rights reserved.

Use of these names, logos, and brands does not imply endorsement unless specified. By using this site, you agree to the Privacy Policy and Terms & Conditions.

Navigate Site

  • Home
  • Machine Learning
  • Artificial Intelligence
  • Big Data
  • Deep Learning
  • Edge AI
  • Neural Network
  • Contact Us

Newsletter Sign Up.

No Result
View All Result
  • Home
  • Machine Learning
  • Artificial Intelligence
  • Big Data
  • Deep Learning
  • Edge AI
  • Neural Network
  • Contact Us

© 2023 JNews - Premium WordPress news & magazine theme by Jegtheme.