Google Cloud 提供用于训练 BigQuery ML ARIMA_PLUS 模型的流水线,以及用于从 BigQuery ML ARIMA_PLUS 模型获取批量预测的流水线。两个流水线都是 Google Cloud 流水线组件 (GCPC) 中的 Vertex AI Pipelines 实例。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-09-04。"],[],[],null,["# Forecasting with ARIMA+\n\n| To see an example of how to train a model with ARIMA+,\n| run the \"Train a BigQuery ML ARIMA_PLUS model using Vertex AI tabular workflows\" notebook in one of the following\n| environments:\n|\n| [Open in Colab](https://colab.research.google.com/github/GoogleCloudPlatform/vertex-ai-samples/blob/main/notebooks/official/tabular_workflows/bqml_arima_plus.ipynb)\n|\n|\n| \\|\n|\n| [Open in Colab Enterprise](https://console.cloud.google.com/vertex-ai/colab/import/https%3A%2F%2Fraw.githubusercontent.com%2FGoogleCloudPlatform%2Fvertex-ai-samples%2Fmain%2Fnotebooks%2Fofficial%2Ftabular_workflows%2Fbqml_arima_plus.ipynb)\n|\n|\n| \\|\n|\n| [Open\n| in Vertex AI Workbench](https://console.cloud.google.com/vertex-ai/workbench/deploy-notebook?download_url=https%3A%2F%2Fraw.githubusercontent.com%2FGoogleCloudPlatform%2Fvertex-ai-samples%2Fmain%2Fnotebooks%2Fofficial%2Ftabular_workflows%2Fbqml_arima_plus.ipynb)\n|\n|\n| \\|\n|\n| [View on GitHub](https://github.com/GoogleCloudPlatform/vertex-ai-samples/blob/main/notebooks/official/tabular_workflows/bqml_arima_plus.ipynb)\n\n\n[BigQuery ML ARIMA_PLUS](/bigquery-ml/docs/reference/standard-sql/bigqueryml-syntax-create-time-series) is a univariate forecasting model. As\na statistical model, it is faster to train than a [model based on neural networks](/vertex-ai/docs/tabular-data/forecasting/overview).\nWe recommend training a BigQuery ML ARIMA_PLUS model if you need to\nperform many quick iterations of model training or if you need an inexpensive\nbaseline to measure other models against.\n\nLike [Prophet](/vertex-ai/docs/tabular-data/forecasting-prophet),\nBigQuery ML ARIMA_PLUS attempts to decompose each time series into\ntrends, seasons, and holidays, producing a forecast using the aggregation of\nthese models' inferences. One of the many differences, however, is that\nBQML ARIMA+ uses ARIMA to model the trend component, while Prophet attempts to\nfit a curve using a piecewise logistic or linear model.\n\nGoogle Cloud offers a pipeline for training a BigQuery ML ARIMA_PLUS\nmodel and a pipeline for getting batch inferences from a BigQuery ML ARIMA_PLUS model.\nBoth pipelines are instances of\n[Vertex AI Pipelines](/vertex-ai/docs/pipelines/introduction) from\n[Google Cloud Pipeline Components](/vertex-ai/docs/pipelines/components-introduction) (GCPC).\n\nWhat's next\n-----------\n\n- Learn more about [BigQuery ML ARIMA_PLUS](/bigquery-ml/docs/reference/standard-sql/bigqueryml-syntax-create-time-series).\n- Learn about [the service accounts used by this workflow](/vertex-ai/docs/tabular-data/tabular-workflows/service-accounts#arima)."]]