本頁面中的部分或全部資訊可能不適用於 Trusted Cloud by S3NS。
模型建立
BigQuery ML 可讓您使用 SQL,在 BigQuery 中建構機器學習 (ML) 模型,並對資料執行該模型。
BigQuery ML 中的模型開發工作流程通常如下所示:
- 使用
CREATE MODEL
陳述式建立模型。
- 執行特徵預先處理作業。部分預先處理作業會自動執行,此外,您也可以在
TRANSFORM
子句中使用手動預先處理函式來執行其他預先處理作業。
- 執行超參數調整,讓模型符合訓練資料,進而精進模型。
- 評估模型,評估模型在訓練集以外的資料上可能的效能,並視需要與其他模型進行比較。
- 執行推論,使用模型分析資料。
- 為模型提供可解釋性,清楚說明特定特徵如何影響特定預測結果,以及整體模型。
- 使用模型權重,進一步瞭解模型的組成元件。
由於您可以在 BigQuery ML 中使用許多不同類型的模型,因此每個模型可用的函式各不相同。請參閱「每個模型的端對端使用者歷程」,瞭解每個模型可用的具體功能。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-08-08 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-08-08 (世界標準時間)。"],[[["BigQuery ML enables the creation and operationalization of machine learning models using SQL over BigQuery data."],["Model development in BigQuery ML involves creating, preprocessing, tuning, evaluating, inferencing, and explaining models."],["BigQuery ML supports both automatic and manual feature preprocessing via functions and the `TRANSFORM` clause."],["Hyperparameter tuning is used to refine the model to better fit the training data."],["The available functions vary between each type of model, detailed in the end-to-end user journey for each model."]]],[]]