Structural time-series modelling with TensorFlow Probability

The observed data is forecasted using Bayesian Neural Networks
Exponential smoothing vs Moving average for time series forecasting

The exponential smoothing and moving average are the two basic and important techniques used for time series forecasting.
A hands-on guide to time series modelling pipelines using EvalML

EvalMl is a python library for automated machine learning that helps us in building, optimizing, and evaluating machine learning pipelines.
A guide to time series prediction using Meta’s prophet toolkit

The prophet is a toolkit or library for time series analysis that is available to us as an open-source. Utilizing this toolkit we can perform time series analysis and forecasting very easily and fast. This toolkit has various features that can make our time series analysis procedure accurate and efficient.
A guide to feature engineering in time series with Tsfresh

In time series modelling, feature engineering works in a different way because it is sequential data and it gets formed using the changes in any values according to the time
A complete guide to Hodrick–Prescott filter in time-series analysis

The Hodrick–Prescott filter or Hodrick–Prescott decomposition is a mathematical tool that is used in time series analysis and modelling. This filter is mainly useful in removing the cyclic component from time-series data.
A guide to Kats: python tool by Meta for effective time-series analysis

Kats stands for Kits to Analyze Time Series, which was developed by the researchers at Facebook, now Meta. One of the most important things about Kats is that it is very easy to use. Also, it is a very light weighted library of generic time series analysis in a very generalized nature.
What are autocorrelation and partial autocorrelation in time series data?

In time series analysis and forecasting, autocorrelation and partial autocorrelation are frequently employed to analyze the data.
A complete tutorial on Arauto for time-series analysis and modelling

Arauto is an open-source project for time series analysis using which we can perform various analyses on our time series data. Also, we can use various time series models from the ARIMA family using it.
A Guide to Different Evaluation Metrics for Time Series Forecasting Models

Measuring the performance of any machine learning model is very important, not only from the technical point of view but also from the business perspective.
A Beginner’s Guide to Characteristics of a Time-Series

When a time series data gets collected, there is other additional information that also gets collected along with it. This important information embedded in the time-series data must be described as its characteristics.
Why Are People Bashing Facebook Prophet

A major criticism against Prophet is that its underlying assumptions are simplistic and weak.