Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Das TimesFM-Modell
In diesem Dokument wird das integrierte TimesFM-Modell für Zeitreihenprognosen von BigQuery ML beschrieben.
Das integrierte univariate TimesFM-Modell ist eine Implementierung des TimesFM-Modells von Google Research, das als Open-Source-Software verfügbar ist. Das TimesFM-Modell von Google Research ist ein Foundation Model für Zeitreihenprognosen, das mit Milliarden von Zeitpunkten aus vielen realen Datasets vortrainiert wurde. Sie können es also auf neue Prognosedatasets in vielen Bereichen anwenden.
Das TimesFM-Modell ist in allen von BigQuery unterstützten Regionen verfügbar.
Wenn Sie das integrierte TimesFM-Modell von BigQuery ML mit der Funktion AI.FORECAST verwenden, können Sie Prognosen erstellen, ohne ein eigenes Modell erstellen und trainieren zu müssen. So entfällt die Notwendigkeit der Modellverwaltung.
Die Prognoseergebnisse des TimesFM-Modells sind mit denen herkömmlicher statistischer Methoden wie ARIMA vergleichbar. Wenn Sie mehr Optionen zum Optimieren von Modellen benötigen, als das TimesFM-Modell bietet, können Sie stattdessen ein ARIMA_PLUS- oder ARIMA_PLUS_XREG-Modell erstellen und es mit der ML.FORECAST-Funktion verwenden.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-04 (UTC)."],[],[],null,["# The TimesFM model\n=================\n\n|\n| **Preview**\n|\n|\n| This product or feature is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA products and features are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\n| **Note:** To give feedback or request support for this feature, contact [bqml-feedback@google.com](mailto:bqml-feedback@google.com).\n\nThis document describes BigQuery ML's built-in\nTimesFM time series forecasting model.\n\nThe built-in TimesFM univariate model is an implementation of Google Research's\nopen source\n[TimesFM model](https://github.com/google-research/timesfm). The Google Research\nTimesFM model is a foundation model for time-series forecasting that has been\npre-trained on billions of time-points from many real-world datasets, so you\ncan apply it to new forecasting datasets across many domains.\nThe TimesFM model is available in all BigQuery supported regions.\n\nUsing BigQuery ML's built-in TimesFM model with the\n[`AI.FORECAST` function](/bigquery/docs/reference/standard-sql/bigqueryml-syntax-ai-forecast)\nlets you perform\nforecasting without having to create and train your own model, so you can\navoid the need for model management.\nThe forecast results from the TimesFM model are comparable to\nconventional statistical methods such as ARIMA. If you want more\nmodel tuning options than the TimesFM model offers, you can create an\n[`ARIMA_PLUS`](/bigquery/docs/reference/standard-sql/bigqueryml-syntax-create-time-series)\nor\n[`ARIMA_PLUS_XREG`](/bigquery/docs/reference/standard-sql/bigqueryml-syntax-create-multivariate-time-series)\nmodel and use it with the\n[`ML.FORECAST` function](/bigquery/docs/reference/standard-sql/bigqueryml-syntax-forecast)\ninstead.\n\nTo try using a TimesFM model with the `AI.FORECAST` function, see\n[Forecast multiple time series with a TimesFM univariate model](/bigquery/docs/timesfm-time-series-forecasting-tutorial).\n\nTo learn more about the Google Research TimesFM model, use the following\nresources:\n\n- [Google Research blog](https://research.google/blog/a-decoder-only-foundation-model-for-time-series-forecasting/)\n- [GitHub repository](https://github.com/google-research/timesfm)\n- [Hugging Face page](https://huggingface.co/collections/google/timesfm-release-66e4be5fdb56e960c1e482a6)"]]