Published Oct 28, 2019

It's time to talk time series

Explore the intricacies of time series data with Anais from InfluxData, as she delves into statistical vs. machine learning methods, the transformative role of developer advocacy, and the ubiquitous nature of time series data across industries, all while sharing her journey from chemical engineering to becoming a developer advocate.
Episode Highlights
Practical AI logo

Popular Clips

Episode Highlights

  • Choosing Techniques

    When working with time series data, choosing between statistical methods and machine learning techniques depends on the data's nature. explains that statistical methods are often more suitable for univariate time series data due to their simplicity and efficiency. In contrast, neural networks like RNNs and LSTMs are better for multivariate data, where complexity and data volume make them more appropriate 1. She highlights that statistical methods can outperform machine learning in certain scenarios, especially when dealing with autocorrelation in data 2.

    A lot of neural networks like that are commonly used for time series data, like RNN's and LSTMs. They operate on the assumption that your data doesn't exhibit autocorrelation.

    ---

    Understanding these distinctions helps in selecting the right approach for time series forecasting, balancing interpretability and performance.

       

    Performance Comparison

    Performance comparisons between statistical methods and machine learning techniques reveal interesting insights. shares that in competitions like the M comps, statistical methods often outperform machine learning methods for univariate time series data 2. However, hybrid methods combining RNNs with statistical techniques like exponential smoothing can surpass both individual approaches 1.

    What they found was that a hybrid method of an RNN and exponential smoothing outperformed every other model.

    ---

    These findings underscore the importance of considering both traditional and modern techniques when tackling time series challenges.

Related Episodes