Stay organized with collections
Save and categorize content based on your preferences.
The TimesFM model
This document describes BigQuery ML's built-in
TimesFM time series forecasting model.
The built-in TimesFM univariate model is an implementation of Google Research's
open source
TimesFM model. The Google Research
TimesFM model is a foundation model for time-series forecasting that has been
pre-trained on billions of time-points from many real-world datasets, so you
can apply it to new forecasting datasets across many domains.
Using BigQuery ML's built-in TimesFM model with the
AI.FORECAST function
lets you perform
forecasting without having to create and train your own model, so you can
avoid the need for model management.
The forecast results from the TimesFM model are comparable to
conventional statistical methods such as ARIMA. If you want more
model tuning options than the TimesFM model offers, you can create an
ARIMA_PLUS
or
ARIMA_PLUS_XREG
model and use it with the
ML.FORECAST function
instead.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-12 UTC."],[],[]]