通过使用 CREATE MODEL 语句和推断函数中的默认设置,即使您没有太多机器学习知识,也可以创建和使用 BigQuery ML 模型。不过,如果您具备机器学习开发生命周期(例如特征工程和模型训练)的基本知识,则有助于您优化数据和模型,从而获得更好的结果。我们建议您使用以下资源来熟悉机器学习技术和流程:
[[["易于理解","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-03-06。"],[[["Feature preprocessing, encompassing both feature creation (engineering) and data cleaning, is a crucial step in the machine learning process."],["BigQuery ML offers automatic preprocessing during training, simplifying the process for users."],["Manual preprocessing is also available in BigQuery ML, allowing for custom preprocessing definitions using the `TRANSFORM` clause and specific functions."],["The `ML.FEATURE_INFO` function enables users to retrieve statistics about the input feature columns."],["Basic knowledge of the ML development lifecycle, including feature engineering and model training, is recommended for better optimization of data and models."]]],[]]