Time-Series Forecasting with Google BigQuery ML

By Medium - 2021-02-16

Description

If you have worked with any kind of forecasting models, you will know how laborious it can be at times especially when trying to predict multiple variables. From identifying if a time-series is…

Summary

  • Time-series forecasting using an ARIMA model with SQL in BigQuery If you have worked with any kind of forecasting models, you will know how laborious it can be at times especially when trying to predict multiple variables.
  • It basically means finding the values of the model coefficients which provide the best fit to the data.
  • For an e-commerce company, it is important to capture at least one holiday period in your historical data so your model can learn the spikes and dips during those periods.

 

Topics

  1. Backend (0.2)
  2. Machine_Learning (0.1)
  3. NLP (0.09)

Similar Articles

The Model’s Shipped; What Could Possibly go Wrong

By Medium - 2021-02-18

In our last post we took a broad look at model observability and the role it serves in the machine learning workflow. In particular, we discussed the promise of model observability & model monitoring…